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