#f0ebad
a light, vivid yellow · cool · closest name: khaki
RGB
240, 235, 173
HSL
56°, 69%, 81%
CMYK
0, 2, 28, 6
Luminance
0.8096
Every format
| HEX | #f0ebad |
| RGB | rgb(240, 235, 173) |
| HSL | hsl(56, 69%, 81%) |
| CMYK | cmyk(0%, 2%, 28%, 6%) |
| LAB | lab(92.1 -7.7 30.8) |
| LCH | lch(92.1 31.7 104.1) |
| OKLCH | oklch(0.929 0.080 104.0) |
Copy-ready code
/* CSS */
color: #f0ebad;
background-color: #f0ebad;
/* Tailwind (arbitrary) */
class="text-[#f0ebad] bg-[#f0ebad]"
/* SCSS */
$brand: #f0ebad;
/* SwiftUI */
Color(red: 0.941, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#f0ebad")Accessibility — WCAG contrast
Aa
#f0ebad on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ebad on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green92.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow27.9%
Key (black)5.9%
Color previews
#f0ebad text on a black background
contrast 17.19:1
Card sample
#f0ebad text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ebad;
Background color
Panel with #f0ebad background
background-color: #f0ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ebad; background: linear-gradient(135deg, #f0ebad, #C8F0AD);