#dcd28f
a light, vivid yellow · cool · closest name: khaki
RGB
220, 210, 143
HSL
52°, 52%, 71%
CMYK
0, 5, 35, 14
Luminance
0.6329
Every format
| HEX | #dcd28f |
| RGB | rgb(220, 210, 143) |
| HSL | hsl(52, 52%, 71%) |
| CMYK | cmyk(0%, 5%, 35%, 14%) |
| LAB | lab(83.6 -6.4 34.5) |
| LCH | lch(83.6 35.1 100.5) |
| OKLCH | oklch(0.856 0.087 100.8) |
Copy-ready code
/* CSS */
color: #dcd28f;
background-color: #dcd28f;
/* Tailwind (arbitrary) */
class="text-[#dcd28f] bg-[#dcd28f]"
/* SCSS */
$brand: #dcd28f;
/* SwiftUI */
Color(red: 0.863, green: 0.824, blue: 0.561)
/* Android */
Color.parseColor("#dcd28f")Accessibility — WCAG contrast
Aa
#dcd28f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd28f on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow35.0%
Key (black)13.7%
Color previews
#dcd28f text on a black background
contrast 13.66:1
Card sample
#dcd28f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd28f;
Background color
Panel with #dcd28f background
background-color: #dcd28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 210, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 210, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd28f; background: linear-gradient(135deg, #dcd28f, #B3DC8F);