#f9dace
a pale, electric orange · warm · closest name: beige
RGB
249, 218, 206
HSL
17°, 78%, 89%
CMYK
0, 12, 17, 2
Luminance
0.7474
Every format
| HEX | #f9dace |
| RGB | rgb(249, 218, 206) |
| HSL | hsl(17, 78%, 89%) |
| CMYK | cmyk(0%, 12%, 17%, 2%) |
| LAB | lab(89.3 8.8 9.8) |
| LCH | lch(89.3 13.2 48.1) |
| OKLCH | oklch(0.911 0.038 42.4) |
Copy-ready code
/* CSS */
color: #f9dace;
background-color: #f9dace;
/* Tailwind (arbitrary) */
class="text-[#f9dace] bg-[#f9dace]"
/* SCSS */
$brand: #f9dace;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#f9dace")Accessibility — WCAG contrast
Aa
#f9dace on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dace on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow17.3%
Key (black)2.4%
Color previews
#f9dace text on a black background
contrast 15.95:1
Card sample
#f9dace text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dace;
Background color
Panel with #f9dace background
background-color: #f9dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dace; background: linear-gradient(135deg, #f9dace, #F9F7CE);