#dfe643
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 230, 67
HSL
63°, 77%, 58%
CMYK
3, 0, 71, 10
Luminance
0.7269
Every format
| HEX | #dfe643 |
| RGB | rgb(223, 230, 67) |
| HSL | hsl(63, 77%, 58%) |
| CMYK | cmyk(3%, 0%, 71%, 10%) |
| LAB | lab(88.3 -21.3 73.9) |
| LCH | lch(88.3 76.9 106.1) |
| OKLCH | oklch(0.892 0.176 111.9) |
Copy-ready code
/* CSS */
color: #dfe643;
background-color: #dfe643;
/* Tailwind (arbitrary) */
class="text-[#dfe643] bg-[#dfe643]"
/* SCSS */
$brand: #dfe643;
/* SwiftUI */
Color(red: 0.875, green: 0.902, blue: 0.263)
/* Android */
Color.parseColor("#dfe643")Accessibility — WCAG contrast
Aa
#dfe643 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe643 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.2%
Blue26.3%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow70.9%
Key (black)9.8%
Color previews
#dfe643 text on a black background
contrast 15.54:1
Card sample
#dfe643 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe643;
Background color
Panel with #dfe643 background
background-color: #dfe643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 230, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 230, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe643; background: linear-gradient(135deg, #dfe643, #72E643);