Opal
#aee0e4
Looking for the precise values behind Opal (#aee0e4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #aee0e4 | |
|---|---|---|
| RGB | rgb(174, 224, 228) | |
| HSL | hsl(184, 50%, 79%) | |
| CMYK | cmyk(24%, 2%, 0%, 11%) | |
| LAB | lab(86, -16, -8) | |
| OKLCH | oklch(0.87 0.052 202) |
Color harmonies
Tints & shades
Code snippets
color: #aee0e4;
background-color: #aee0e4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFAEE0E4)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.88, blue: 0.89, alpha: 1.0)