#e7f430
a balanced, electric yellow · cool · closest name: yellow
RGB
231, 244, 48
HSL
64°, 90%, 57%
CMYK
5, 0, 80, 4
Luminance
0.8190
Every format
| HEX | #e7f430 |
| RGB | rgb(231, 244, 48) |
| HSL | hsl(64, 90%, 57%) |
| CMYK | cmyk(5%, 0%, 80%, 4%) |
| LAB | lab(92.5 -25.4 83.5) |
| LCH | lch(92.5 87.3 106.9) |
| OKLCH | oklch(0.927 0.197 113.7) |
Copy-ready code
/* CSS */
color: #e7f430;
background-color: #e7f430;
/* Tailwind (arbitrary) */
class="text-[#e7f430] bg-[#e7f430]"
/* SCSS */
$brand: #e7f430;
/* SwiftUI */
Color(red: 0.906, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#e7f430")Accessibility — WCAG contrast
Aa
#e7f430 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7f430 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green95.7%
Blue18.8%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#e7f430 text on a black background
contrast 17.38:1
Card sample
#e7f430 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7f430;
Background color
Panel with #e7f430 background
background-color: #e7f430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7f430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7f430; background: linear-gradient(135deg, #e7f430, #64F430);