#dfdf06
a dark, electric yellow · cool · closest name: yellow
RGB
223, 223, 6
HSL
60°, 95%, 45%
CMYK
0, 0, 97, 13
Luminance
0.6848
Every format
| HEX | #dfdf06 |
| RGB | rgb(223, 223, 6) |
| HSL | hsl(60, 95%, 45%) |
| CMYK | cmyk(0%, 0%, 97%, 13%) |
| LAB | lab(86.3 -19.4 84.9) |
| LCH | lch(86.3 87.1 102.9) |
| OKLCH | oklch(0.875 0.190 109.8) |
Copy-ready code
/* CSS */
color: #dfdf06;
background-color: #dfdf06;
/* Tailwind (arbitrary) */
class="text-[#dfdf06] bg-[#dfdf06]"
/* SCSS */
$brand: #dfdf06;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.024)
/* Android */
Color.parseColor("#dfdf06")Accessibility — WCAG contrast
Aa
#dfdf06 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdf06 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow97.3%
Key (black)12.5%
Color previews
#dfdf06 text on a black background
contrast 14.70:1
Card sample
#dfdf06 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdf06;
Background color
Panel with #dfdf06 background
background-color: #dfdf06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdf06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdf06; background: linear-gradient(135deg, #dfdf06, #4EDF06);