#f1cdcb
a pale, vivid red · warm · closest name: pink
RGB
241, 205, 203
HSL
3°, 58%, 87%
CMYK
0, 15, 16, 6
Luminance
0.6668
Every format
| HEX | #f1cdcb |
| RGB | rgb(241, 205, 203) |
| HSL | hsl(3, 58%, 87%) |
| CMYK | cmyk(0%, 15%, 16%, 6%) |
| LAB | lab(85.3 12.3 5.7) |
| LCH | lch(85.3 13.6 24.8) |
| OKLCH | oklch(0.878 0.041 21.7) |
Copy-ready code
/* CSS */
color: #f1cdcb;
background-color: #f1cdcb;
/* Tailwind (arbitrary) */
class="text-[#f1cdcb] bg-[#f1cdcb]"
/* SCSS */
$brand: #f1cdcb;
/* SwiftUI */
Color(red: 0.945, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#f1cdcb")Accessibility — WCAG contrast
Aa
#f1cdcb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cdcb on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow15.8%
Key (black)5.5%
Color previews
#f1cdcb text on a black background
contrast 14.34:1
Card sample
#f1cdcb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cdcb;
Background color
Panel with #f1cdcb background
background-color: #f1cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cdcb; background: linear-gradient(135deg, #f1cdcb, #F1E6CB);