#f5ea21
a balanced, electric yellow · cool · closest name: yellow
RGB
245, 234, 33
HSL
57°, 91%, 55%
CMYK
0, 5, 87, 4
Luminance
0.7837
Every format
| HEX | #f5ea21 |
| RGB | rgb(245, 234, 33) |
| HSL | hsl(57, 91%, 55%) |
| CMYK | cmyk(0%, 5%, 87%, 4%) |
| LAB | lab(91.0 -15.2 85.9) |
| LCH | lch(91.0 87.2 100.0) |
| OKLCH | oklch(0.917 0.190 106.0) |
Copy-ready code
/* CSS */
color: #f5ea21;
background-color: #f5ea21;
/* Tailwind (arbitrary) */
class="text-[#f5ea21] bg-[#f5ea21]"
/* SCSS */
$brand: #f5ea21;
/* SwiftUI */
Color(red: 0.961, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#f5ea21")Accessibility — WCAG contrast
Aa
#f5ea21 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ea21 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green91.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow86.5%
Key (black)3.9%
Color previews
#f5ea21 text on a black background
contrast 16.67:1
Card sample
#f5ea21 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ea21;
Background color
Panel with #f5ea21 background
background-color: #f5ea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ea21; background: linear-gradient(135deg, #f5ea21, #73F521);