#dce0af
a light, soft yellow · cool · closest name: beige
RGB
220, 224, 175
HSL
65°, 44%, 78%
CMYK
2, 0, 22, 12
Luminance
0.7162
Every format
| HEX | #dce0af |
| RGB | rgb(220, 224, 175) |
| HSL | hsl(65, 44%, 78%) |
| CMYK | cmyk(2%, 0%, 22%, 12%) |
| LAB | lab(87.8 -9.3 23.6) |
| LCH | lch(87.8 25.4 111.5) |
| OKLCH | oklch(0.891 0.065 111.5) |
Copy-ready code
/* CSS */
color: #dce0af;
background-color: #dce0af;
/* Tailwind (arbitrary) */
class="text-[#dce0af] bg-[#dce0af]"
/* SCSS */
$brand: #dce0af;
/* SwiftUI */
Color(red: 0.863, green: 0.878, blue: 0.686)
/* Android */
Color.parseColor("#dce0af")Accessibility — WCAG contrast
Aa
#dce0af on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce0af on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.8%
Blue68.6%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow21.9%
Key (black)12.2%
Color previews
#dce0af text on a black background
contrast 15.32:1
Card sample
#dce0af text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce0af;
Background color
Panel with #dce0af background
background-color: #dce0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 224, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 224, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce0af; background: linear-gradient(135deg, #dce0af, #BBE0AF);