#f1decc
a pale, vivid orange · warm · closest name: beige
RGB
241, 222, 204
HSL
29°, 57%, 87%
CMYK
0, 8, 15, 6
Luminance
0.7530
Every format
| HEX | #f1decc |
| RGB | rgb(241, 222, 204) |
| HSL | hsl(29, 57%, 87%) |
| CMYK | cmyk(0%, 8%, 15%, 6%) |
| LAB | lab(89.5 3.6 11.2) |
| LCH | lch(89.5 11.8 72.1) |
| OKLCH | oklch(0.911 0.032 65.9) |
Copy-ready code
/* CSS */
color: #f1decc;
background-color: #f1decc;
/* Tailwind (arbitrary) */
class="text-[#f1decc] bg-[#f1decc]"
/* SCSS */
$brand: #f1decc;
/* SwiftUI */
Color(red: 0.945, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#f1decc")Accessibility — WCAG contrast
Aa
#f1decc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1decc on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow15.4%
Key (black)5.5%
Color previews
#f1decc text on a black background
contrast 16.06:1
Card sample
#f1decc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1decc;
Background color
Panel with #f1decc background
background-color: #f1decc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1decc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1decc; background: linear-gradient(135deg, #f1decc, #EBF1CC);