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