#f1cdad
a light, vivid orange · warm · closest name: tan
RGB
241, 205, 173
HSL
28°, 71%, 81%
CMYK
0, 15, 28, 6
Luminance
0.6538
Every format
| HEX | #f1cdad |
| RGB | rgb(241, 205, 173) |
| HSL | hsl(28, 71%, 81%) |
| CMYK | cmyk(0%, 15%, 28%, 6%) |
| LAB | lab(84.7 8.0 20.6) |
| LCH | lch(84.7 22.1 68.8) |
| OKLCH | oklch(0.871 0.059 63.6) |
Copy-ready code
/* CSS */
color: #f1cdad;
background-color: #f1cdad;
/* Tailwind (arbitrary) */
class="text-[#f1cdad] bg-[#f1cdad]"
/* SCSS */
$brand: #f1cdad;
/* SwiftUI */
Color(red: 0.945, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#f1cdad")Accessibility — WCAG contrast
Aa
#f1cdad on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cdad on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow28.2%
Key (black)5.5%
Color previews
#f1cdad text on a black background
contrast 14.08:1
Card sample
#f1cdad text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cdad;
Background color
Panel with #f1cdad background
background-color: #f1cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cdad; background: linear-gradient(135deg, #f1cdad, #E8F1AD);