#f9dfba
a pale, electric orange · warm · closest name: beige
RGB
249, 223, 186
HSL
35°, 84%, 85%
CMYK
0, 10, 25, 2
Luminance
0.7646
Every format
| HEX | #f9dfba |
| RGB | rgb(249, 223, 186) |
| HSL | hsl(35, 84%, 85%) |
| CMYK | cmyk(0%, 10%, 25%, 2%) |
| LAB | lab(90.1 3.4 21.4) |
| LCH | lch(90.1 21.7 80.9) |
| OKLCH | oklch(0.916 0.056 76.6) |
Copy-ready code
/* CSS */
color: #f9dfba;
background-color: #f9dfba;
/* Tailwind (arbitrary) */
class="text-[#f9dfba] bg-[#f9dfba]"
/* SCSS */
$brand: #f9dfba;
/* SwiftUI */
Color(red: 0.976, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#f9dfba")Accessibility — WCAG contrast
Aa
#f9dfba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dfba on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow25.3%
Key (black)2.4%
Color previews
#f9dfba text on a black background
contrast 16.29:1
Card sample
#f9dfba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dfba;
Background color
Panel with #f9dfba background
background-color: #f9dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dfba; background: linear-gradient(135deg, #f9dfba, #E9F9BA);