#f1cbaf
a light, vivid orange · warm · closest name: tan
RGB
241, 203, 175
HSL
26°, 70%, 82%
CMYK
0, 16, 27, 6
Luminance
0.6451
Every format
| HEX | #f1cbaf |
| RGB | rgb(241, 203, 175) |
| HSL | hsl(26, 70%, 82%) |
| CMYK | cmyk(0%, 16%, 27%, 6%) |
| LAB | lab(84.2 9.3 19.0) |
| LCH | lch(84.2 21.1 63.8) |
| OKLCH | oklch(0.868 0.057 58.3) |
Copy-ready code
/* CSS */
color: #f1cbaf;
background-color: #f1cbaf;
/* Tailwind (arbitrary) */
class="text-[#f1cbaf] bg-[#f1cbaf]"
/* SCSS */
$brand: #f1cbaf;
/* SwiftUI */
Color(red: 0.945, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#f1cbaf")Accessibility — WCAG contrast
Aa
#f1cbaf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cbaf on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow27.4%
Key (black)5.5%
Color previews
#f1cbaf text on a black background
contrast 13.90:1
Card sample
#f1cbaf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cbaf;
Background color
Panel with #f1cbaf background
background-color: #f1cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cbaf; background: linear-gradient(135deg, #f1cbaf, #EBF1AF);