#f0eeaf
a light, vivid yellow · cool · closest name: khaki
RGB
240, 238, 175
HSL
58°, 68%, 81%
CMYK
0, 1, 27, 6
Luminance
0.8277
Every format
| HEX | #f0eeaf |
| RGB | rgb(240, 238, 175) |
| HSL | hsl(58, 68%, 81%) |
| CMYK | cmyk(0%, 1%, 27%, 6%) |
| LAB | lab(92.9 -9.0 30.8) |
| LCH | lch(92.9 32.1 106.2) |
| OKLCH | oklch(0.936 0.081 106.3) |
Copy-ready code
/* CSS */
color: #f0eeaf;
background-color: #f0eeaf;
/* Tailwind (arbitrary) */
class="text-[#f0eeaf] bg-[#f0eeaf]"
/* SCSS */
$brand: #f0eeaf;
/* SwiftUI */
Color(red: 0.941, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#f0eeaf")Accessibility — WCAG contrast
Aa
#f0eeaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0eeaf on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green93.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow27.1%
Key (black)5.9%
Color previews
#f0eeaf text on a black background
contrast 17.55:1
Card sample
#f0eeaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0eeaf;
Background color
Panel with #f0eeaf background
background-color: #f0eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0eeaf; background: linear-gradient(135deg, #f0eeaf, #C7F0AF);