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