#f9decb
a pale, electric orange · warm · closest name: beige
RGB
249, 222, 203
HSL
25°, 79%, 89%
CMYK
0, 11, 19, 2
Luminance
0.7669
Every format
| HEX | #f9decb |
| RGB | rgb(249, 222, 203) |
| HSL | hsl(25, 79%, 89%) |
| CMYK | cmyk(0%, 11%, 19%, 2%) |
| LAB | lab(90.2 6.3 12.7) |
| LCH | lch(90.2 14.2 63.5) |
| OKLCH | oklch(0.918 0.039 57.3) |
Copy-ready code
/* CSS */
color: #f9decb;
background-color: #f9decb;
/* Tailwind (arbitrary) */
class="text-[#f9decb] bg-[#f9decb]"
/* SCSS */
$brand: #f9decb;
/* SwiftUI */
Color(red: 0.976, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#f9decb")Accessibility — WCAG contrast
Aa
#f9decb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9decb on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow18.5%
Key (black)2.4%
Color previews
#f9decb text on a black background
contrast 16.34:1
Card sample
#f9decb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9decb;
Background color
Panel with #f9decb background
background-color: #f9decb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9decb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9decb; background: linear-gradient(135deg, #f9decb, #F5F9CB);