#eafd09
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 253, 9
HSL
65°, 98%, 51%
CMYK
8, 0, 96, 1
Luminance
0.8776
Every format
| HEX | #eafd09 |
| RGB | rgb(234, 253, 9) |
| HSL | hsl(65, 98%, 51%) |
| CMYK | cmyk(8%, 0%, 96%, 1%) |
| LAB | lab(95.1 -29.1 91.6) |
| LCH | lch(95.1 96.1 107.6) |
| OKLCH | oklch(0.948 0.214 115.2) |
Copy-ready code
/* CSS */
color: #eafd09;
background-color: #eafd09;
/* Tailwind (arbitrary) */
class="text-[#eafd09] bg-[#eafd09]"
/* SCSS */
$brand: #eafd09;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.035)
/* Android */
Color.parseColor("#eafd09")Accessibility — WCAG contrast
Aa
#eafd09 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafd09 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue3.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow96.4%
Key (black)0.8%
Color previews
#eafd09 text on a black background
contrast 18.55:1
Card sample
#eafd09 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafd09;
Background color
Panel with #eafd09 background
background-color: #eafd09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafd09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafd09; background: linear-gradient(135deg, #eafd09, #47FD09);