#f1f482
a light, electric yellow · cool · closest name: khaki
RGB
241, 244, 130
HSL
62°, 84%, 73%
CMYK
1, 0, 47, 4
Luminance
0.8501
Every format
| HEX | #f1f482 |
| RGB | rgb(241, 244, 130) |
| HSL | hsl(62, 84%, 73%) |
| CMYK | cmyk(1%, 0%, 47%, 4%) |
| LAB | lab(93.9 -16.5 54.2) |
| LCH | lch(93.9 56.6 106.9) |
| OKLCH | oklch(0.942 0.137 110.1) |
Copy-ready code
/* CSS */
color: #f1f482;
background-color: #f1f482;
/* Tailwind (arbitrary) */
class="text-[#f1f482] bg-[#f1f482]"
/* SCSS */
$brand: #f1f482;
/* SwiftUI */
Color(red: 0.945, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#f1f482")Accessibility — WCAG contrast
Aa
#f1f482 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1f482 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green95.7%
Blue51.0%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#f1f482 text on a black background
contrast 18.00:1
Card sample
#f1f482 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1f482;
Background color
Panel with #f1f482 background
background-color: #f1f482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1f482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1f482; background: linear-gradient(135deg, #f1f482, #A5F482);