#dcdf7e
a light, vivid yellow · cool · closest name: khaki
RGB
220, 223, 126
HSL
62°, 60%, 68%
CMYK
1, 0, 44, 13
Luminance
0.6950
Every format
| HEX | #dcdf7e |
| RGB | rgb(220, 223, 126) |
| HSL | hsl(62, 60%, 68%) |
| CMYK | cmyk(1%, 0%, 44%, 13%) |
| LAB | lab(86.8 -14.8 47.0) |
| LCH | lch(86.8 49.3 107.4) |
| OKLCH | oklch(0.881 0.120 110.2) |
Copy-ready code
/* CSS */
color: #dcdf7e;
background-color: #dcdf7e;
/* Tailwind (arbitrary) */
class="text-[#dcdf7e] bg-[#dcdf7e]"
/* SCSS */
$brand: #dcdf7e;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.494)
/* Android */
Color.parseColor("#dcdf7e")Accessibility — WCAG contrast
Aa
#dcdf7e on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf7e on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue49.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow43.5%
Key (black)12.5%
Color previews
#dcdf7e text on a black background
contrast 14.90:1
Card sample
#dcdf7e text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf7e;
Background color
Panel with #dcdf7e background
background-color: #dcdf7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf7e; background: linear-gradient(135deg, #dcdf7e, #9BDF7E);