#f5f08f
a light, electric yellow · cool · closest name: khaki
RGB
245, 240, 143
HSL
57°, 84%, 76%
CMYK
0, 2, 42, 4
Luminance
0.8372
Every format
| HEX | #f5f08f |
| RGB | rgb(245, 240, 143) |
| HSL | hsl(57, 84%, 76%) |
| CMYK | cmyk(0%, 2%, 42%, 4%) |
| LAB | lab(93.3 -11.7 47.4) |
| LCH | lch(93.3 48.8 103.9) |
| OKLCH | oklch(0.938 0.119 105.9) |
Copy-ready code
/* CSS */
color: #f5f08f;
background-color: #f5f08f;
/* Tailwind (arbitrary) */
class="text-[#f5f08f] bg-[#f5f08f]"
/* SCSS */
$brand: #f5f08f;
/* SwiftUI */
Color(red: 0.961, green: 0.941, blue: 0.561)
/* Android */
Color.parseColor("#f5f08f")Accessibility — WCAG contrast
Aa
#f5f08f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f08f on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green94.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow41.6%
Key (black)3.9%
Color previews
#f5f08f text on a black background
contrast 17.74:1
Card sample
#f5f08f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f08f;
Background color
Panel with #f5f08f background
background-color: #f5f08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 240, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 240, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f08f; background: linear-gradient(135deg, #f5f08f, #B6F58F);