#f8decc
a pale, electric orange · warm · closest name: beige
RGB
248, 222, 204
HSL
25°, 76%, 89%
CMYK
0, 11, 18, 3
Luminance
0.7656
Every format
| HEX | #f8decc |
| RGB | rgb(248, 222, 204) |
| HSL | hsl(25, 76%, 89%) |
| CMYK | cmyk(0%, 11%, 18%, 3%) |
| LAB | lab(90.1 6.1 12.1) |
| LCH | lch(90.1 13.6 63.1) |
| OKLCH | oklch(0.917 0.038 56.9) |
Copy-ready code
/* CSS */
color: #f8decc;
background-color: #f8decc;
/* Tailwind (arbitrary) */
class="text-[#f8decc] bg-[#f8decc]"
/* SCSS */
$brand: #f8decc;
/* SwiftUI */
Color(red: 0.973, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#f8decc")Accessibility — WCAG contrast
Aa
#f8decc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8decc on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green87.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow17.7%
Key (black)2.7%
Color previews
#f8decc text on a black background
contrast 16.31:1
Card sample
#f8decc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8decc;
Background color
Panel with #f8decc background
background-color: #f8decc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8decc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8decc; background: linear-gradient(135deg, #f8decc, #F5F8CC);