#f9dfad
a light, electric orange · warm · closest name: tan
RGB
249, 223, 173
HSL
40°, 86%, 83%
CMYK
0, 10, 31, 2
Luminance
0.7593
Every format
| HEX | #f9dfad |
| RGB | rgb(249, 223, 173) |
| HSL | hsl(40, 86%, 83%) |
| CMYK | cmyk(0%, 10%, 31%, 2%) |
| LAB | lab(89.8 1.7 27.8) |
| LCH | lch(89.8 27.9 86.4) |
| OKLCH | oklch(0.913 0.071 83.6) |
Copy-ready code
/* CSS */
color: #f9dfad;
background-color: #f9dfad;
/* Tailwind (arbitrary) */
class="text-[#f9dfad] bg-[#f9dfad]"
/* SCSS */
$brand: #f9dfad;
/* SwiftUI */
Color(red: 0.976, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#f9dfad")Accessibility — WCAG contrast
Aa
#f9dfad on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dfad on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow30.5%
Key (black)2.4%
Color previews
#f9dfad text on a black background
contrast 16.19:1
Card sample
#f9dfad text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dfad;
Background color
Panel with #f9dfad background
background-color: #f9dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dfad; background: linear-gradient(135deg, #f9dfad, #E0F9AD);