#dcd262
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 210, 98
HSL
55°, 64%, 62%
CMYK
0, 5, 56, 14
Luminance
0.6219
Every format
| HEX | #dcd262 |
| RGB | rgb(220, 210, 98) |
| HSL | hsl(55, 64%, 62%) |
| CMYK | cmyk(0%, 5%, 56%, 14%) |
| LAB | lab(83.0 -10.7 55.8) |
| LCH | lch(83.0 56.8 100.9) |
| OKLCH | oklch(0.850 0.134 104.2) |
Copy-ready code
/* CSS */
color: #dcd262;
background-color: #dcd262;
/* Tailwind (arbitrary) */
class="text-[#dcd262] bg-[#dcd262]"
/* SCSS */
$brand: #dcd262;
/* SwiftUI */
Color(red: 0.863, green: 0.824, blue: 0.384)
/* Android */
Color.parseColor("#dcd262")Accessibility — WCAG contrast
Aa
#dcd262 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd262 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.4%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow55.5%
Key (black)13.7%
Color previews
#dcd262 text on a black background
contrast 13.44:1
Card sample
#dcd262 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd262;
Background color
Panel with #dcd262 background
background-color: #dcd262;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd262;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 210, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 210, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd262; background: linear-gradient(135deg, #dcd262, #95DC62);