#f1cbba
a light, vivid orange · warm · closest name: tan
RGB
241, 203, 186
HSL
19°, 66%, 84%
CMYK
0, 16, 23, 6
Luminance
0.6496
Every format
| HEX | #f1cbba |
| RGB | rgb(241, 203, 186) |
| HSL | hsl(19, 66%, 84%) |
| CMYK | cmyk(0%, 16%, 23%, 6%) |
| LAB | lab(84.5 10.8 13.5) |
| LCH | lch(84.5 17.3 51.2) |
| OKLCH | oklch(0.870 0.049 45.5) |
Copy-ready code
/* CSS */
color: #f1cbba;
background-color: #f1cbba;
/* Tailwind (arbitrary) */
class="text-[#f1cbba] bg-[#f1cbba]"
/* SCSS */
$brand: #f1cbba;
/* SwiftUI */
Color(red: 0.945, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#f1cbba")Accessibility — WCAG contrast
Aa
#f1cbba on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cbba on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow22.8%
Key (black)5.5%
Color previews
#f1cbba text on a black background
contrast 13.99:1
Card sample
#f1cbba text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cbba;
Background color
Panel with #f1cbba background
background-color: #f1cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cbba; background: linear-gradient(135deg, #f1cbba, #F1F0BA);