#f0d95f
a light, electric yellow · cool · closest name: khaki
RGB
240, 217, 95
HSL
51°, 83%, 66%
CMYK
0, 10, 60, 6
Luminance
0.6898
Every format
| HEX | #f0d95f |
| RGB | rgb(240, 217, 95) |
| HSL | hsl(51, 83%, 66%) |
| CMYK | cmyk(0%, 10%, 60%, 6%) |
| LAB | lab(86.5 -6.3 61.5) |
| LCH | lch(86.5 61.8 95.8) |
| OKLCH | oklch(0.881 0.143 98.7) |
Copy-ready code
/* CSS */
color: #f0d95f;
background-color: #f0d95f;
/* Tailwind (arbitrary) */
class="text-[#f0d95f] bg-[#f0d95f]"
/* SCSS */
$brand: #f0d95f;
/* SwiftUI */
Color(red: 0.941, green: 0.851, blue: 0.373)
/* Android */
Color.parseColor("#f0d95f")Accessibility — WCAG contrast
Aa
#f0d95f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d95f on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green85.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow60.4%
Key (black)5.9%
Color previews
#f0d95f text on a black background
contrast 14.80:1
Card sample
#f0d95f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d95f;
Background color
Panel with #f0d95f background
background-color: #f0d95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 217, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 217, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d95f; background: linear-gradient(135deg, #f0d95f, #A6F05F);