#f2e813
a balanced, electric yellow · cool · closest name: yellow
RGB
242, 232, 19
HSL
57°, 90%, 51%
CMYK
0, 4, 92, 5
Luminance
0.7664
Every format
| HEX | #f2e813 |
| RGB | rgb(242, 232, 19) |
| HSL | hsl(57, 90%, 51%) |
| CMYK | cmyk(0%, 4%, 92%, 5%) |
| LAB | lab(90.2 -15.7 87.3) |
| LCH | lch(90.2 88.7 100.2) |
| OKLCH | oklch(0.910 0.192 106.4) |
Copy-ready code
/* CSS */
color: #f2e813;
background-color: #f2e813;
/* Tailwind (arbitrary) */
class="text-[#f2e813] bg-[#f2e813]"
/* SCSS */
$brand: #f2e813;
/* SwiftUI */
Color(red: 0.949, green: 0.910, blue: 0.075)
/* Android */
Color.parseColor("#f2e813")Accessibility — WCAG contrast
Aa
#f2e813 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2e813 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green91.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow92.1%
Key (black)5.1%
Color previews
#f2e813 text on a black background
contrast 16.33:1
Card sample
#f2e813 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2e813;
Background color
Panel with #f2e813 background
background-color: #f2e813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2e813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 232, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 232, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2e813; background: linear-gradient(135deg, #f2e813, #67F213);