#f9daba
a pale, electric orange · warm · closest name: beige
RGB
249, 218, 186
HSL
31°, 84%, 85%
CMYK
0, 12, 25, 2
Luminance
0.7383
Every format
| HEX | #f9daba |
| RGB | rgb(249, 218, 186) |
| HSL | hsl(31, 84%, 85%) |
| CMYK | cmyk(0%, 12%, 25%, 2%) |
| LAB | lab(88.8 6.0 19.7) |
| LCH | lch(88.8 20.6 73.1) |
| OKLCH | oklch(0.906 0.055 67.9) |
Copy-ready code
/* CSS */
color: #f9daba;
background-color: #f9daba;
/* Tailwind (arbitrary) */
class="text-[#f9daba] bg-[#f9daba]"
/* SCSS */
$brand: #f9daba;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#f9daba")Accessibility — WCAG contrast
Aa
#f9daba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9daba on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow25.3%
Key (black)2.4%
Color previews
#f9daba text on a black background
contrast 15.77:1
Card sample
#f9daba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9daba;
Background color
Panel with #f9daba background
background-color: #f9daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9daba; background: linear-gradient(135deg, #f9daba, #EEF9BA);