#dfd149
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 209, 73
HSL
54°, 70%, 58%
CMYK
0, 6, 67, 13
Luminance
0.6177
Every format
| HEX | #dfd149 |
| RGB | rgb(223, 209, 73) |
| HSL | hsl(54, 70%, 58%) |
| CMYK | cmyk(0%, 6%, 67%, 13%) |
| LAB | lab(82.8 -10.6 66.2) |
| LCH | lch(82.8 67.1 99.1) |
| OKLCH | oklch(0.848 0.153 103.4) |
Copy-ready code
/* CSS */
color: #dfd149;
background-color: #dfd149;
/* Tailwind (arbitrary) */
class="text-[#dfd149] bg-[#dfd149]"
/* SCSS */
$brand: #dfd149;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.286)
/* Android */
Color.parseColor("#dfd149")Accessibility — WCAG contrast
Aa
#dfd149 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd149 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow67.3%
Key (black)12.5%
Color previews
#dfd149 text on a black background
contrast 13.35:1
Card sample
#dfd149 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd149;
Background color
Panel with #dfd149 background
background-color: #dfd149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd149; background: linear-gradient(135deg, #dfd149, #89DF49);