#e3e430
a balanced, electric yellow · cool · closest name: yellow
RGB
227, 228, 48
HSL
60°, 77%, 54%
CMYK
0, 0, 79, 11
Luminance
0.7203
Every format
| HEX | #e3e430 |
| RGB | rgb(227, 228, 48) |
| HSL | hsl(60, 77%, 54%) |
| CMYK | cmyk(0%, 0%, 79%, 11%) |
| LAB | lab(88.0 -19.4 79.5) |
| LCH | lch(88.0 81.8 103.7) |
| OKLCH | oklch(0.890 0.183 109.9) |
Copy-ready code
/* CSS */
color: #e3e430;
background-color: #e3e430;
/* Tailwind (arbitrary) */
class="text-[#e3e430] bg-[#e3e430]"
/* SCSS */
$brand: #e3e430;
/* SwiftUI */
Color(red: 0.890, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#e3e430")Accessibility — WCAG contrast
Aa
#e3e430 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3e430 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green89.4%
Blue18.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#e3e430 text on a black background
contrast 15.41:1
Card sample
#e3e430 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3e430;
Background color
Panel with #e3e430 background
background-color: #e3e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3e430; background: linear-gradient(135deg, #e3e430, #6BE430);