#f1f58f
a light, electric yellow · cool · closest name: khaki
RGB
241, 245, 143
HSL
62°, 84%, 76%
CMYK
2, 0, 42, 4
Luminance
0.8599
Every format
| HEX | #f1f58f |
| RGB | rgb(241, 245, 143) |
| HSL | hsl(62, 84%, 76%) |
| CMYK | cmyk(2%, 0%, 42%, 4%) |
| LAB | lab(94.3 -15.7 48.5) |
| LCH | lch(94.3 51.0 108.0) |
| OKLCH | oklch(0.945 0.125 110.5) |
Copy-ready code
/* CSS */
color: #f1f58f;
background-color: #f1f58f;
/* Tailwind (arbitrary) */
class="text-[#f1f58f] bg-[#f1f58f]"
/* SCSS */
$brand: #f1f58f;
/* SwiftUI */
Color(red: 0.945, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#f1f58f")Accessibility — WCAG contrast
Aa
#f1f58f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1f58f on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green96.1%
Blue56.1%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#f1f58f text on a black background
contrast 18.20:1
Card sample
#f1f58f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1f58f;
Background color
Panel with #f1f58f background
background-color: #f1f58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1f58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1f58f; background: linear-gradient(135deg, #f1f58f, #ADF58F);