#daceb4
a light, soft yellow · warm · closest name: beige
RGB
218, 206, 180
HSL
41°, 34%, 78%
CMYK
0, 6, 17, 15
Luminance
0.6234
Every format
| HEX | #daceb4 |
| RGB | rgb(218, 206, 180) |
| HSL | hsl(41, 34%, 78%) |
| CMYK | cmyk(0%, 6%, 17%, 15%) |
| LAB | lab(83.1 -0.1 14.4) |
| LCH | lch(83.1 14.4 90.3) |
| OKLCH | oklch(0.854 0.037 86.2) |
Copy-ready code
/* CSS */
color: #daceb4;
background-color: #daceb4;
/* Tailwind (arbitrary) */
class="text-[#daceb4] bg-[#daceb4]"
/* SCSS */
$brand: #daceb4;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#daceb4")Accessibility — WCAG contrast
Aa
#daceb4 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daceb4 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow17.4%
Key (black)14.5%
Color previews
#daceb4 text on a black background
contrast 13.47:1
Card sample
#daceb4 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daceb4;
Background color
Panel with #daceb4 background
background-color: #daceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daceb4; background: linear-gradient(135deg, #daceb4, #CDDAB4);