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