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