#f9cea9
a light, electric orange · warm · closest name: tan
RGB
249, 206, 169
HSL
28°, 87%, 82%
CMYK
0, 17, 32, 2
Luminance
0.6715
Every format
| HEX | #f9cea9 |
| RGB | rgb(249, 206, 169) |
| HSL | hsl(28, 87%, 82%) |
| CMYK | cmyk(0%, 17%, 32%, 2%) |
| LAB | lab(85.6 10.0 24.1) |
| LCH | lch(85.6 26.1 67.4) |
| OKLCH | oklch(0.879 0.069 62.5) |
Copy-ready code
/* CSS */
color: #f9cea9;
background-color: #f9cea9;
/* Tailwind (arbitrary) */
class="text-[#f9cea9] bg-[#f9cea9]"
/* SCSS */
$brand: #f9cea9;
/* SwiftUI */
Color(red: 0.976, green: 0.808, blue: 0.663)
/* Android */
Color.parseColor("#f9cea9")Accessibility — WCAG contrast
Aa
#f9cea9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cea9 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.8%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow32.1%
Key (black)2.4%
Color previews
#f9cea9 text on a black background
contrast 14.43:1
Card sample
#f9cea9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cea9;
Background color
Panel with #f9cea9 background
background-color: #f9cea9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cea9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 206, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 206, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cea9; background: linear-gradient(135deg, #f9cea9, #EFF9A9);