#dfe752
a balanced, electric yellow · cool · closest name: gold
RGB
223, 231, 82
HSL
63°, 76%, 61%
CMYK
4, 0, 65, 9
Luminance
0.7345
Every format
| HEX | #dfe752 |
| RGB | rgb(223, 231, 82) |
| HSL | hsl(63, 76%, 61%) |
| CMYK | cmyk(4%, 0%, 65%, 9%) |
| LAB | lab(88.7 -20.9 68.8) |
| LCH | lch(88.7 71.9 106.9) |
| OKLCH | oklch(0.895 0.168 112.3) |
Copy-ready code
/* CSS */
color: #dfe752;
background-color: #dfe752;
/* Tailwind (arbitrary) */
class="text-[#dfe752] bg-[#dfe752]"
/* SCSS */
$brand: #dfe752;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.322)
/* Android */
Color.parseColor("#dfe752")Accessibility — WCAG contrast
Aa
#dfe752 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe752 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue32.2%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow64.5%
Key (black)9.4%
Color previews
#dfe752 text on a black background
contrast 15.69:1
Card sample
#dfe752 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe752;
Background color
Panel with #dfe752 background
background-color: #dfe752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe752; background: linear-gradient(135deg, #dfe752, #7CE752);