#dfd253
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 210, 83
HSL
54°, 69%, 60%
CMYK
0, 6, 63, 13
Luminance
0.6241
Every format
| HEX | #dfd253 |
| RGB | rgb(223, 210, 83) |
| HSL | hsl(54, 69%, 60%) |
| CMYK | cmyk(0%, 6%, 63%, 13%) |
| LAB | lab(83.1 -10.5 62.5) |
| LCH | lch(83.1 63.4 99.5) |
| OKLCH | oklch(0.851 0.146 103.5) |
Copy-ready code
/* CSS */
color: #dfd253;
background-color: #dfd253;
/* Tailwind (arbitrary) */
class="text-[#dfd253] bg-[#dfd253]"
/* SCSS */
$brand: #dfd253;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.325)
/* Android */
Color.parseColor("#dfd253")Accessibility — WCAG contrast
Aa
#dfd253 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd253 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.4%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow62.8%
Key (black)12.5%
Color previews
#dfd253 text on a black background
contrast 13.48:1
Card sample
#dfd253 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd253;
Background color
Panel with #dfd253 background
background-color: #dfd253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 210, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 210, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd253; background: linear-gradient(135deg, #dfd253, #8FDF53);