#daceab
a light, soft yellow · warm · closest name: tan
RGB
218, 206, 171
HSL
45°, 39%, 76%
CMYK
0, 6, 22, 15
Luminance
0.6199
Every format
| HEX | #daceab |
| RGB | rgb(218, 206, 171) |
| HSL | hsl(45, 39%, 76%) |
| CMYK | cmyk(0%, 6%, 22%, 15%) |
| LAB | lab(82.9 -1.4 18.9) |
| LCH | lch(82.9 19.0 94.3) |
| OKLCH | oklch(0.852 0.049 91.3) |
Copy-ready code
/* CSS */
color: #daceab;
background-color: #daceab;
/* Tailwind (arbitrary) */
class="text-[#daceab] bg-[#daceab]"
/* SCSS */
$brand: #daceab;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#daceab")Accessibility — WCAG contrast
Aa
#daceab on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daceab on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow21.6%
Key (black)14.5%
Color previews
#daceab text on a black background
contrast 13.40:1
Card sample
#daceab text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daceab;
Background color
Panel with #daceab background
background-color: #daceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daceab; background: linear-gradient(135deg, #daceab, #C7DAAB);