#f8f482
a light, electric yellow · cool · closest name: khaki
RGB
248, 244, 130
HSL
58°, 89%, 74%
CMYK
0, 2, 48, 3
Luminance
0.8627
Every format
| HEX | #f8f482 |
| RGB | rgb(248, 244, 130) |
| HSL | hsl(58, 89%, 74%) |
| CMYK | cmyk(0%, 2%, 48%, 3%) |
| LAB | lab(94.4 -13.8 55.0) |
| LCH | lch(94.4 56.7 104.1) |
| OKLCH | oklch(0.947 0.137 106.9) |
Copy-ready code
/* CSS */
color: #f8f482;
background-color: #f8f482;
/* Tailwind (arbitrary) */
class="text-[#f8f482] bg-[#f8f482]"
/* SCSS */
$brand: #f8f482;
/* SwiftUI */
Color(red: 0.973, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#f8f482")Accessibility — WCAG contrast
Aa
#f8f482 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f482 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green95.7%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow47.6%
Key (black)2.7%
Color previews
#f8f482 text on a black background
contrast 18.25:1
Card sample
#f8f482 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f482;
Background color
Panel with #f8f482 background
background-color: #f8f482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f482; background: linear-gradient(135deg, #f8f482, #ADF882);