#f9e3ae
a light, electric yellow · warm · closest name: tan
RGB
249, 227, 174
HSL
42°, 86%, 83%
CMYK
0, 9, 30, 2
Luminance
0.7813
Every format
| HEX | #f9e3ae |
| RGB | rgb(249, 227, 174) |
| HSL | hsl(42, 86%, 83%) |
| CMYK | cmyk(0%, 9%, 30%, 2%) |
| LAB | lab(90.8 -0.2 28.7) |
| LCH | lch(90.8 28.7 90.4) |
| OKLCH | oklch(0.921 0.072 88.1) |
Copy-ready code
/* CSS */
color: #f9e3ae;
background-color: #f9e3ae;
/* Tailwind (arbitrary) */
class="text-[#f9e3ae] bg-[#f9e3ae]"
/* SCSS */
$brand: #f9e3ae;
/* SwiftUI */
Color(red: 0.976, green: 0.890, blue: 0.682)
/* Android */
Color.parseColor("#f9e3ae")Accessibility — WCAG contrast
Aa
#f9e3ae on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9e3ae on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green89.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow30.1%
Key (black)2.4%
Color previews
#f9e3ae text on a black background
contrast 16.63:1
Card sample
#f9e3ae text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9e3ae;
Background color
Panel with #f9e3ae background
background-color: #f9e3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9e3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 227, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 227, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9e3ae; background: linear-gradient(135deg, #f9e3ae, #DDF9AE);