#daceb8
a light, soft orange · warm · closest name: silver
RGB
218, 206, 184
HSL
39°, 32%, 79%
CMYK
0, 6, 16, 15
Luminance
0.6251
Every format
| HEX | #daceb8 |
| RGB | rgb(218, 206, 184) |
| HSL | hsl(39, 32%, 79%) |
| CMYK | cmyk(0%, 6%, 16%, 15%) |
| LAB | lab(83.2 0.5 12.4) |
| LCH | lch(83.2 12.4 87.6) |
| OKLCH | oklch(0.855 0.033 82.8) |
Copy-ready code
/* CSS */
color: #daceb8;
background-color: #daceb8;
/* Tailwind (arbitrary) */
class="text-[#daceb8] bg-[#daceb8]"
/* SCSS */
$brand: #daceb8;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.722)
/* Android */
Color.parseColor("#daceb8")Accessibility — WCAG contrast
Aa
#daceb8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daceb8 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow15.6%
Key (black)14.5%
Color previews
#daceb8 text on a black background
contrast 13.50:1
Card sample
#daceb8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daceb8;
Background color
Panel with #daceb8 background
background-color: #daceb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daceb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daceb8; background: linear-gradient(135deg, #daceb8, #CFDAB8);