#dfed3b
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 237, 59
HSL
65°, 83%, 58%
CMYK
6, 0, 75, 7
Luminance
0.7657
Every format
| HEX | #dfed3b |
| RGB | rgb(223, 237, 59) |
| HSL | hsl(65, 83%, 58%) |
| CMYK | cmyk(6%, 0%, 75%, 7%) |
| LAB | lab(90.1 -25.0 78.2) |
| LCH | lch(90.1 82.0 107.7) |
| OKLCH | oklch(0.906 0.188 114.2) |
Copy-ready code
/* CSS */
color: #dfed3b;
background-color: #dfed3b;
/* Tailwind (arbitrary) */
class="text-[#dfed3b] bg-[#dfed3b]"
/* SCSS */
$brand: #dfed3b;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.231)
/* Android */
Color.parseColor("#dfed3b")Accessibility — WCAG contrast
Aa
#dfed3b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfed3b on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue23.1%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow75.1%
Key (black)7.1%
Color previews
#dfed3b text on a black background
contrast 16.31:1
Card sample
#dfed3b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfed3b;
Background color
Panel with #dfed3b background
background-color: #dfed3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfed3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfed3b; background: linear-gradient(135deg, #dfed3b, #68ED3B);