#f1cfab
a light, vivid orange · warm · closest name: tan
RGB
241, 207, 171
HSL
31°, 71%, 81%
CMYK
0, 14, 29, 6
Luminance
0.6627
Every format
| HEX | #f1cfab |
| RGB | rgb(241, 207, 171) |
| HSL | hsl(31, 71%, 81%) |
| CMYK | cmyk(0%, 14%, 29%, 6%) |
| LAB | lab(85.1 6.7 22.3) |
| LCH | lch(85.1 23.3 73.3) |
| OKLCH | oklch(0.874 0.061 68.5) |
Copy-ready code
/* CSS */
color: #f1cfab;
background-color: #f1cfab;
/* Tailwind (arbitrary) */
class="text-[#f1cfab] bg-[#f1cfab]"
/* SCSS */
$brand: #f1cfab;
/* SwiftUI */
Color(red: 0.945, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#f1cfab")Accessibility — WCAG contrast
Aa
#f1cfab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cfab on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow29.0%
Key (black)5.5%
Color previews
#f1cfab text on a black background
contrast 14.25:1
Card sample
#f1cfab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cfab;
Background color
Panel with #f1cfab background
background-color: #f1cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cfab; background: linear-gradient(135deg, #f1cfab, #E4F1AB);