#f1c8eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
241, 200, 235
HSL
309°, 59%, 87%
CMYK
0, 17, 3, 6
Luminance
0.6601
Every format
| HEX | #f1c8eb |
| RGB | rgb(241, 200, 235) |
| HSL | hsl(309, 59%, 87%) |
| CMYK | cmyk(0%, 17%, 3%, 6%) |
| LAB | lab(85.0 20.3 -11.8) |
| LCH | lch(85.0 23.5 329.7) |
| OKLCH | oklch(0.878 0.065 331.0) |
Copy-ready code
/* CSS */
color: #f1c8eb;
background-color: #f1c8eb;
/* Tailwind (arbitrary) */
class="text-[#f1c8eb] bg-[#f1c8eb]"
/* SCSS */
$brand: #f1c8eb;
/* SwiftUI */
Color(red: 0.945, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#f1c8eb")Accessibility — WCAG contrast
Aa
#f1c8eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1c8eb on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green78.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow2.5%
Key (black)5.5%
Color previews
#f1c8eb text on a black background
contrast 14.20:1
Card sample
#f1c8eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1c8eb;
Background color
Panel with #f1c8eb background
background-color: #f1c8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1c8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1c8eb; background: linear-gradient(135deg, #f1c8eb, #F1C8D0);