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