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