Sun-Kissed Beach
#deab9b
Sun-Kissed Beach, represented by the hex value #deab9b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #deab9b | |
|---|---|---|
| RGB | rgb(222, 171, 155) | |
| HSL | hsl(14, 50%, 74%) | |
| CMYK | cmyk(0%, 23%, 30%, 13%) | |
| LAB | lab(74, 18, 16) | |
| OKLCH | oklch(0.78 0.064 38) |
Color harmonies
Tints & shades
Code snippets
color: #deab9b;
background-color: #deab9b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFDEAB9B)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.67, blue: 0.61, alpha: 1.0)