#dfeb25
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 235, 37
HSL
64°, 83%, 53%
CMYK
5, 0, 84, 8
Luminance
0.7524
Every format
| HEX | #dfeb25 |
| RGB | rgb(223, 235, 37) |
| HSL | hsl(64, 83%, 53%) |
| CMYK | cmyk(5%, 0%, 84%, 8%) |
| LAB | lab(89.5 -24.7 83.2) |
| LCH | lch(89.5 86.8 106.5) |
| OKLCH | oklch(0.901 0.195 113.5) |
Copy-ready code
/* CSS */
color: #dfeb25;
background-color: #dfeb25;
/* Tailwind (arbitrary) */
class="text-[#dfeb25] bg-[#dfeb25]"
/* SCSS */
$brand: #dfeb25;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.145)
/* Android */
Color.parseColor("#dfeb25")Accessibility — WCAG contrast
Aa
#dfeb25 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeb25 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue14.5%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow84.3%
Key (black)7.8%
Color previews
#dfeb25 text on a black background
contrast 16.05:1
Card sample
#dfeb25 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeb25;
Background color
Panel with #dfeb25 background
background-color: #dfeb25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeb25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeb25; background: linear-gradient(135deg, #dfeb25, #5BEB25);