#f0e430
a balanced, electric yellow · cool · closest name: gold
RGB
240, 228, 48
HSL
56°, 87%, 57%
CMYK
0, 5, 80, 6
Luminance
0.7423
Every format
| HEX | #f0e430 |
| RGB | rgb(240, 228, 48) |
| HSL | hsl(56, 87%, 57%) |
| CMYK | cmyk(0%, 5%, 80%, 6%) |
| LAB | lab(89.0 -14.0 80.8) |
| LCH | lch(89.0 82.0 99.8) |
| OKLCH | oklch(0.901 0.181 105.4) |
Copy-ready code
/* CSS */
color: #f0e430;
background-color: #f0e430;
/* Tailwind (arbitrary) */
class="text-[#f0e430] bg-[#f0e430]"
/* SCSS */
$brand: #f0e430;
/* SwiftUI */
Color(red: 0.941, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#f0e430")Accessibility — WCAG contrast
Aa
#f0e430 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0e430 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green89.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow80.0%
Key (black)5.9%
Color previews
#f0e430 text on a black background
contrast 15.85:1
Card sample
#f0e430 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0e430;
Background color
Panel with #f0e430 background
background-color: #f0e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0e430; background: linear-gradient(135deg, #f0e430, #7CF030);