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