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