#f1dace
a pale, vivid orange · warm · closest name: beige
RGB
241, 218, 206
HSL
21°, 56%, 88%
CMYK
0, 10, 15, 6
Luminance
0.7330
Every format
| HEX | #f1dace |
| RGB | rgb(241, 218, 206) |
| HSL | hsl(21, 56%, 88%) |
| CMYK | cmyk(0%, 10%, 15%, 6%) |
| LAB | lab(88.6 6.0 8.8) |
| LCH | lch(88.6 10.6 55.7) |
| OKLCH | oklch(0.904 0.030 49.4) |
Copy-ready code
/* CSS */
color: #f1dace;
background-color: #f1dace;
/* Tailwind (arbitrary) */
class="text-[#f1dace] bg-[#f1dace]"
/* SCSS */
$brand: #f1dace;
/* SwiftUI */
Color(red: 0.945, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#f1dace")Accessibility — WCAG contrast
Aa
#f1dace on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dace on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow14.5%
Key (black)5.5%
Color previews
#f1dace text on a black background
contrast 15.66:1
Card sample
#f1dace text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dace;
Background color
Panel with #f1dace background
background-color: #f1dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dace; background: linear-gradient(135deg, #f1dace, #F1F1CE);