Celadon
#ace1af
Celadon, represented by the hex value #ace1af, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ace1af | |
|---|---|---|
| RGB | rgb(172, 225, 175) | |
| HSL | hsl(123, 47%, 78%) | |
| CMYK | cmyk(24%, 0%, 22%, 12%) | |
| LAB | lab(85, -25, 19) | |
| OKLCH | oklch(0.86 0.088 146) |
Color harmonies
Tints & shades
Code snippets
color: #ace1af;
background-color: #ace1af;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFACE1AF)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.88, blue: 0.69, alpha: 1.0)