Queen of Waves
#d2eaea
Looking for the precise values behind Queen of Waves (#d2eaea)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d2eaea | |
|---|---|---|
| RGB | rgb(210, 234, 234) | |
| HSL | hsl(180, 36%, 87%) | |
| CMYK | cmyk(10%, 0%, 0%, 8%) | |
| LAB | lab(91, -8, -3) | |
| OKLCH | oklch(0.92 0.025 197) |
Color harmonies
Tints & shades
Code snippets
color: #d2eaea;
background-color: #d2eaea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2EAEA)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.92, blue: 0.92, alpha: 1.0)