#f0f1af
a light, vivid yellow · cool · closest name: khaki
RGB
240, 241, 175
HSL
61°, 70%, 82%
CMYK
0, 0, 27, 6
Luminance
0.8453
Every format
| HEX | #f0f1af |
| RGB | rgb(240, 241, 175) |
| HSL | hsl(61, 70%, 82%) |
| CMYK | cmyk(0%, 0%, 27%, 6%) |
| LAB | lab(93.7 -10.5 31.9) |
| LCH | lch(93.7 33.5 108.2) |
| OKLCH | oklch(0.942 0.084 108.6) |
Copy-ready code
/* CSS */
color: #f0f1af;
background-color: #f0f1af;
/* Tailwind (arbitrary) */
class="text-[#f0f1af] bg-[#f0f1af]"
/* SCSS */
$brand: #f0f1af;
/* SwiftUI */
Color(red: 0.941, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#f0f1af")Accessibility — WCAG contrast
Aa
#f0f1af on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f1af on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green94.5%
Blue68.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#f0f1af text on a black background
contrast 17.91:1
Card sample
#f0f1af text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f1af;
Background color
Panel with #f0f1af background
background-color: #f0f1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f1af; background: linear-gradient(135deg, #f0f1af, #C4F1AF);