#f0e175
a light, electric yellow · cool · closest name: khaki
RGB
240, 225, 117
HSL
53°, 80%, 70%
CMYK
0, 6, 51, 6
Luminance
0.7366
Every format
| HEX | #f0e175 |
| RGB | rgb(240, 225, 117) |
| HSL | hsl(53, 80%, 70%) |
| CMYK | cmyk(0%, 6%, 51%, 6%) |
| LAB | lab(88.8 -8.6 54.1) |
| LCH | lch(88.8 54.8 99.1) |
| OKLCH | oklch(0.900 0.130 101.5) |
Copy-ready code
/* CSS */
color: #f0e175;
background-color: #f0e175;
/* Tailwind (arbitrary) */
class="text-[#f0e175] bg-[#f0e175]"
/* SCSS */
$brand: #f0e175;
/* SwiftUI */
Color(red: 0.941, green: 0.882, blue: 0.459)
/* Android */
Color.parseColor("#f0e175")Accessibility — WCAG contrast
Aa
#f0e175 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0e175 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green88.2%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow51.3%
Key (black)5.9%
Color previews
#f0e175 text on a black background
contrast 15.73:1
Card sample
#f0e175 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0e175;
Background color
Panel with #f0e175 background
background-color: #f0e175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0e175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 225, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 225, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0e175; background: linear-gradient(135deg, #f0e175, #ADF075);