#dfd951
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 217, 81
HSL
58°, 69%, 60%
CMYK
0, 3, 64, 13
Luminance
0.6591
Every format
| HEX | #dfd951 |
| RGB | rgb(223, 217, 81) |
| HSL | hsl(58, 69%, 60%) |
| CMYK | cmyk(0%, 3%, 64%, 13%) |
| LAB | lab(85.0 -14.2 65.3) |
| LCH | lch(85.0 66.8 102.2) |
| OKLCH | oklch(0.865 0.154 106.8) |
Copy-ready code
/* CSS */
color: #dfd951;
background-color: #dfd951;
/* Tailwind (arbitrary) */
class="text-[#dfd951] bg-[#dfd951]"
/* SCSS */
$brand: #dfd951;
/* SwiftUI */
Color(red: 0.875, green: 0.851, blue: 0.318)
/* Android */
Color.parseColor("#dfd951")Accessibility — WCAG contrast
Aa
#dfd951 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd951 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.1%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow63.7%
Key (black)12.5%
Color previews
#dfd951 text on a black background
contrast 14.18:1
Card sample
#dfd951 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd951;
Background color
Panel with #dfd951 background
background-color: #dfd951;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd951;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 217, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 217, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd951; background: linear-gradient(135deg, #dfd951, #86DF51);