#dfe239
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 226, 57
HSL
61°, 74%, 56%
CMYK
1, 0, 75, 11
Luminance
0.7038
Every format
| HEX | #dfe239 |
| RGB | rgb(223, 226, 57) |
| HSL | hsl(61, 74%, 56%) |
| CMYK | cmyk(1%, 0%, 75%, 11%) |
| LAB | lab(87.2 -19.8 76.0) |
| LCH | lch(87.2 78.6 104.6) |
| OKLCH | oklch(0.883 0.178 110.6) |
Copy-ready code
/* CSS */
color: #dfe239;
background-color: #dfe239;
/* Tailwind (arbitrary) */
class="text-[#dfe239] bg-[#dfe239]"
/* SCSS */
$brand: #dfe239;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.224)
/* Android */
Color.parseColor("#dfe239")Accessibility — WCAG contrast
Aa
#dfe239 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe239 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue22.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow74.8%
Key (black)11.4%
Color previews
#dfe239 text on a black background
contrast 15.08:1
Card sample
#dfe239 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe239;
Background color
Panel with #dfe239 background
background-color: #dfe239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe239; background: linear-gradient(135deg, #dfe239, #6EE239);