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