#f1daba
a light, vivid orange · warm · closest name: beige
RGB
241, 218, 186
HSL
35°, 66%, 84%
CMYK
0, 10, 23, 6
Luminance
0.7239
Every format
| HEX | #f1daba |
| RGB | rgb(241, 218, 186) |
| HSL | hsl(35, 66%, 84%) |
| CMYK | cmyk(0%, 10%, 23%, 6%) |
| LAB | lab(88.2 3.0 18.7) |
| LCH | lch(88.2 18.9 80.7) |
| OKLCH | oklch(0.899 0.049 76.1) |
Copy-ready code
/* CSS */
color: #f1daba;
background-color: #f1daba;
/* Tailwind (arbitrary) */
class="text-[#f1daba] bg-[#f1daba]"
/* SCSS */
$brand: #f1daba;
/* SwiftUI */
Color(red: 0.945, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#f1daba")Accessibility — WCAG contrast
Aa
#f1daba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1daba on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow22.8%
Key (black)5.5%
Color previews
#f1daba text on a black background
contrast 15.48:1
Card sample
#f1daba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1daba;
Background color
Panel with #f1daba background
background-color: #f1daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1daba; background: linear-gradient(135deg, #f1daba, #E3F1BA);