#dce5af
a light, vivid green · cool · closest name: beige
RGB
220, 229, 175
HSL
70°, 51%, 79%
CMYK
4, 0, 24, 10
Luminance
0.7435
Every format
| HEX | #dce5af |
| RGB | rgb(220, 229, 175) |
| HSL | hsl(70, 51%, 79%) |
| CMYK | cmyk(4%, 0%, 24%, 10%) |
| LAB | lab(89.1 -11.8 25.4) |
| LCH | lch(89.1 28.0 115.0) |
| OKLCH | oklch(0.902 0.071 115.5) |
Copy-ready code
/* CSS */
color: #dce5af;
background-color: #dce5af;
/* Tailwind (arbitrary) */
class="text-[#dce5af] bg-[#dce5af]"
/* SCSS */
$brand: #dce5af;
/* SwiftUI */
Color(red: 0.863, green: 0.898, blue: 0.686)
/* Android */
Color.parseColor("#dce5af")Accessibility — WCAG contrast
Aa
#dce5af on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce5af on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.8%
Blue68.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow23.6%
Key (black)10.2%
Color previews
#dce5af text on a black background
contrast 15.87:1
Card sample
#dce5af text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce5af;
Background color
Panel with #dce5af background
background-color: #dce5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 229, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 229, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce5af; background: linear-gradient(135deg, #dce5af, #B8E5AF);