#dfe950
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 233, 80
HSL
64°, 78%, 61%
CMYK
4, 0, 66, 9
Luminance
0.7454
Every format
| HEX | #dfe950 |
| RGB | rgb(223, 233, 80) |
| HSL | hsl(64, 78%, 61%) |
| CMYK | cmyk(4%, 0%, 66%, 9%) |
| LAB | lab(89.2 -22.0 70.0) |
| LCH | lch(89.2 73.4 107.5) |
| OKLCH | oklch(0.899 0.171 113.0) |
Copy-ready code
/* CSS */
color: #dfe950;
background-color: #dfe950;
/* Tailwind (arbitrary) */
class="text-[#dfe950] bg-[#dfe950]"
/* SCSS */
$brand: #dfe950;
/* SwiftUI */
Color(red: 0.875, green: 0.914, blue: 0.314)
/* Android */
Color.parseColor("#dfe950")Accessibility — WCAG contrast
Aa
#dfe950 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe950 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.4%
Blue31.4%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow65.7%
Key (black)8.6%
Color previews
#dfe950 text on a black background
contrast 15.91:1
Card sample
#dfe950 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe950;
Background color
Panel with #dfe950 background
background-color: #dfe950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 233, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 233, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe950; background: linear-gradient(135deg, #dfe950, #79E950);