#dce6af
a light, vivid green · cool · closest name: beige
RGB
220, 230, 175
HSL
71°, 52%, 79%
CMYK
4, 0, 24, 10
Luminance
0.7490
Every format
| HEX | #dce6af |
| RGB | rgb(220, 230, 175) |
| HSL | hsl(71, 52%, 79%) |
| CMYK | cmyk(4%, 0%, 24%, 10%) |
| LAB | lab(89.3 -12.3 25.8) |
| LCH | lch(89.3 28.6 115.6) |
| OKLCH | oklch(0.904 0.073 116.3) |
Copy-ready code
/* CSS */
color: #dce6af;
background-color: #dce6af;
/* Tailwind (arbitrary) */
class="text-[#dce6af] bg-[#dce6af]"
/* SCSS */
$brand: #dce6af;
/* SwiftUI */
Color(red: 0.863, green: 0.902, blue: 0.686)
/* Android */
Color.parseColor("#dce6af")Accessibility — WCAG contrast
Aa
#dce6af on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce6af on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green90.2%
Blue68.6%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow23.9%
Key (black)9.8%
Color previews
#dce6af text on a black background
contrast 15.98:1
Card sample
#dce6af text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce6af;
Background color
Panel with #dce6af background
background-color: #dce6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 230, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 230, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce6af; background: linear-gradient(135deg, #dce6af, #B7E6AF);