#dfeb39
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 235, 57
HSL
64°, 82%, 57%
CMYK
5, 0, 76, 8
Luminance
0.7540
Every format
| HEX | #dfeb39 |
| RGB | rgb(223, 235, 57) |
| HSL | hsl(64, 82%, 57%) |
| CMYK | cmyk(5%, 0%, 76%, 8%) |
| LAB | lab(89.6 -24.1 78.3) |
| LCH | lch(89.6 81.9 107.1) |
| OKLCH | oklch(0.902 0.187 113.5) |
Copy-ready code
/* CSS */
color: #dfeb39;
background-color: #dfeb39;
/* Tailwind (arbitrary) */
class="text-[#dfeb39] bg-[#dfeb39]"
/* SCSS */
$brand: #dfeb39;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.224)
/* Android */
Color.parseColor("#dfeb39")Accessibility — WCAG contrast
Aa
#dfeb39 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeb39 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue22.4%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow75.7%
Key (black)7.8%
Color previews
#dfeb39 text on a black background
contrast 16.08:1
Card sample
#dfeb39 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeb39;
Background color
Panel with #dfeb39 background
background-color: #dfeb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeb39; background: linear-gradient(135deg, #dfeb39, #69EB39);