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