#f9daad
a light, electric orange · warm · closest name: tan
RGB
249, 218, 173
HSL
36°, 86%, 83%
CMYK
0, 12, 31, 2
Luminance
0.7330
Every format
| HEX | #f9daad |
| RGB | rgb(249, 218, 173) |
| HSL | hsl(36, 86%, 83%) |
| CMYK | cmyk(0%, 12%, 31%, 2%) |
| LAB | lab(88.6 4.3 26.1) |
| LCH | lch(88.6 26.5 80.7) |
| OKLCH | oklch(0.903 0.068 76.9) |
Copy-ready code
/* CSS */
color: #f9daad;
background-color: #f9daad;
/* Tailwind (arbitrary) */
class="text-[#f9daad] bg-[#f9daad]"
/* SCSS */
$brand: #f9daad;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.678)
/* Android */
Color.parseColor("#f9daad")Accessibility — WCAG contrast
Aa
#f9daad on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9daad on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow30.5%
Key (black)2.4%
Color previews
#f9daad text on a black background
contrast 15.66:1
Card sample
#f9daad text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9daad;
Background color
Panel with #f9daad background
background-color: #f9daad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9daad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9daad; background: linear-gradient(135deg, #f9daad, #E5F9AD);