#f2e331
a balanced, electric yellow · cool · closest name: gold
RGB
242, 227, 49
HSL
55°, 88%, 57%
CMYK
0, 6, 80, 5
Luminance
0.7404
Every format
| HEX | #f2e331 |
| RGB | rgb(242, 227, 49) |
| HSL | hsl(55, 88%, 57%) |
| CMYK | cmyk(0%, 6%, 80%, 5%) |
| LAB | lab(88.9 -12.6 80.5) |
| LCH | lch(88.9 81.5 98.9) |
| OKLCH | oklch(0.900 0.179 104.3) |
Copy-ready code
/* CSS */
color: #f2e331;
background-color: #f2e331;
/* Tailwind (arbitrary) */
class="text-[#f2e331] bg-[#f2e331]"
/* SCSS */
$brand: #f2e331;
/* SwiftUI */
Color(red: 0.949, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#f2e331")Accessibility — WCAG contrast
Aa
#f2e331 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2e331 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green89.0%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow79.8%
Key (black)5.1%
Color previews
#f2e331 text on a black background
contrast 15.81:1
Card sample
#f2e331 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2e331;
Background color
Panel with #f2e331 background
background-color: #f2e331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2e331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2e331; background: linear-gradient(135deg, #f2e331, #81F231);