#dcd35f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 211, 95
HSL
56°, 64%, 62%
CMYK
0, 4, 57, 14
Luminance
0.6263
Every format
| HEX | #dcd35f |
| RGB | rgb(220, 211, 95) |
| HSL | hsl(56, 64%, 62%) |
| CMYK | cmyk(0%, 4%, 57%, 14%) |
| LAB | lab(83.3 -11.4 57.4) |
| LCH | lch(83.3 58.5 101.3) |
| OKLCH | oklch(0.852 0.138 104.8) |
Copy-ready code
/* CSS */
color: #dcd35f;
background-color: #dcd35f;
/* Tailwind (arbitrary) */
class="text-[#dcd35f] bg-[#dcd35f]"
/* SCSS */
$brand: #dcd35f;
/* SwiftUI */
Color(red: 0.863, green: 0.827, blue: 0.373)
/* Android */
Color.parseColor("#dcd35f")Accessibility — WCAG contrast
Aa
#dcd35f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd35f on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow56.8%
Key (black)13.7%
Color previews
#dcd35f text on a black background
contrast 13.53:1
Card sample
#dcd35f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd35f;
Background color
Panel with #dcd35f background
background-color: #dcd35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 211, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 211, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd35f; background: linear-gradient(135deg, #dcd35f, #92DC5F);