#dcd08f
a light, vivid yellow · cool · closest name: khaki
RGB
220, 208, 143
HSL
51°, 52%, 71%
CMYK
0, 6, 35, 14
Luminance
0.6231
Every format
| HEX | #dcd08f |
| RGB | rgb(220, 208, 143) |
| HSL | hsl(51, 52%, 71%) |
| CMYK | cmyk(0%, 6%, 35%, 14%) |
| LAB | lab(83.1 -5.3 33.8) |
| LCH | lch(83.1 34.2 99.0) |
| OKLCH | oklch(0.852 0.085 99.0) |
Copy-ready code
/* CSS */
color: #dcd08f;
background-color: #dcd08f;
/* Tailwind (arbitrary) */
class="text-[#dcd08f] bg-[#dcd08f]"
/* SCSS */
$brand: #dcd08f;
/* SwiftUI */
Color(red: 0.863, green: 0.816, blue: 0.561)
/* Android */
Color.parseColor("#dcd08f")Accessibility — WCAG contrast
Aa
#dcd08f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd08f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow35.0%
Key (black)13.7%
Color previews
#dcd08f text on a black background
contrast 13.46:1
Card sample
#dcd08f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd08f;
Background color
Panel with #dcd08f background
background-color: #dcd08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 208, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 208, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd08f; background: linear-gradient(135deg, #dcd08f, #B5DC8F);