#dce8af
a light, vivid green · cool · closest name: beige
RGB
220, 232, 175
HSL
73°, 55%, 80%
CMYK
5, 0, 25, 9
Luminance
0.7602
Every format
| HEX | #dce8af |
| RGB | rgb(220, 232, 175) |
| HSL | hsl(73, 55%, 80%) |
| CMYK | cmyk(5%, 0%, 25%, 9%) |
| LAB | lab(89.9 -13.3 26.5) |
| LCH | lch(89.9 29.6 116.7) |
| OKLCH | oklch(0.908 0.076 117.6) |
Copy-ready code
/* CSS */
color: #dce8af;
background-color: #dce8af;
/* Tailwind (arbitrary) */
class="text-[#dce8af] bg-[#dce8af]"
/* SCSS */
$brand: #dce8af;
/* SwiftUI */
Color(red: 0.863, green: 0.910, blue: 0.686)
/* Android */
Color.parseColor("#dce8af")Accessibility — WCAG contrast
Aa
#dce8af on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce8af on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.0%
Blue68.6%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow24.6%
Key (black)9.0%
Color previews
#dce8af text on a black background
contrast 16.20:1
Card sample
#dce8af text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce8af;
Background color
Panel with #dce8af background
background-color: #dce8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 232, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 232, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce8af; background: linear-gradient(135deg, #dce8af, #B6E8AF);