#f9dabf
a pale, electric orange · warm · closest name: beige
RGB
249, 218, 191
HSL
28°, 83%, 86%
CMYK
0, 12, 23, 2
Luminance
0.7404
Every format
| HEX | #f9dabf |
| RGB | rgb(249, 218, 191) |
| HSL | hsl(28, 83%, 86%) |
| CMYK | cmyk(0%, 12%, 23%, 2%) |
| LAB | lab(88.9 6.7 17.3) |
| LCH | lch(88.9 18.5 68.8) |
| OKLCH | oklch(0.907 0.050 63.2) |
Copy-ready code
/* CSS */
color: #f9dabf;
background-color: #f9dabf;
/* Tailwind (arbitrary) */
class="text-[#f9dabf] bg-[#f9dabf]"
/* SCSS */
$brand: #f9dabf;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#f9dabf")Accessibility — WCAG contrast
Aa
#f9dabf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dabf on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow23.3%
Key (black)2.4%
Color previews
#f9dabf text on a black background
contrast 15.81:1
Card sample
#f9dabf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dabf;
Background color
Panel with #f9dabf background
background-color: #f9dabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dabf; background: linear-gradient(135deg, #f9dabf, #F1F9BF);