#f9dab6
a light, electric orange · warm · closest name: tan
RGB
249, 218, 182
HSL
32°, 85%, 85%
CMYK
0, 12, 27, 2
Luminance
0.7366
Every format
| HEX | #f9dab6 |
| RGB | rgb(249, 218, 182) |
| HSL | hsl(32, 85%, 85%) |
| CMYK | cmyk(0%, 12%, 27%, 2%) |
| LAB | lab(88.8 5.5 21.7) |
| LCH | lch(88.8 22.4 75.9) |
| OKLCH | oklch(0.905 0.059 71.2) |
Copy-ready code
/* CSS */
color: #f9dab6;
background-color: #f9dab6;
/* Tailwind (arbitrary) */
class="text-[#f9dab6] bg-[#f9dab6]"
/* SCSS */
$brand: #f9dab6;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.714)
/* Android */
Color.parseColor("#f9dab6")Accessibility — WCAG contrast
Aa
#f9dab6 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dab6 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow26.9%
Key (black)2.4%
Color previews
#f9dab6 text on a black background
contrast 15.73:1
Card sample
#f9dab6 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dab6;
Background color
Panel with #f9dab6 background
background-color: #f9dab6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dab6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dab6; background: linear-gradient(135deg, #f9dab6, #EBF9B6);