#dcdf8b
a light, vivid yellow · cool · closest name: khaki
RGB
220, 223, 139
HSL
62°, 57%, 71%
CMYK
1, 0, 38, 13
Luminance
0.6986
Every format
| HEX | #dcdf8b |
| RGB | rgb(220, 223, 139) |
| HSL | hsl(62, 57%, 71%) |
| CMYK | cmyk(1%, 0%, 38%, 13%) |
| LAB | lab(86.9 -13.4 40.8) |
| LCH | lch(86.9 43.0 108.2) |
| OKLCH | oklch(0.883 0.106 110.1) |
Copy-ready code
/* CSS */
color: #dcdf8b;
background-color: #dcdf8b;
/* Tailwind (arbitrary) */
class="text-[#dcdf8b] bg-[#dcdf8b]"
/* SCSS */
$brand: #dcdf8b;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.545)
/* Android */
Color.parseColor("#dcdf8b")Accessibility — WCAG contrast
Aa
#dcdf8b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf8b on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue54.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow37.7%
Key (black)12.5%
Color previews
#dcdf8b text on a black background
contrast 14.97:1
Card sample
#dcdf8b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf8b;
Background color
Panel with #dcdf8b background
background-color: #dcdf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf8b; background: linear-gradient(135deg, #dcdf8b, #A4DF8B);