#f1c2f5
a pale, vivid magenta / pink · warm · closest name: plum
RGB
241, 194, 245
HSL
295°, 72%, 86%
CMYK
2, 21, 0, 4
Luminance
0.6388
Every format
| HEX | #f1c2f5 |
| RGB | rgb(241, 194, 245) |
| HSL | hsl(295, 72%, 86%) |
| CMYK | cmyk(2%, 21%, 0%, 4%) |
| LAB | lab(83.9 25.3 -18.8) |
| LCH | lch(83.9 31.5 323.4) |
| OKLCH | oklch(0.871 0.086 323.7) |
Copy-ready code
/* CSS */
color: #f1c2f5;
background-color: #f1c2f5;
/* Tailwind (arbitrary) */
class="text-[#f1c2f5] bg-[#f1c2f5]"
/* SCSS */
$brand: #f1c2f5;
/* SwiftUI */
Color(red: 0.945, green: 0.761, blue: 0.961)
/* Android */
Color.parseColor("#f1c2f5")Accessibility — WCAG contrast
Aa
#f1c2f5 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1c2f5 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green76.1%
Blue96.1%
CMYK percentages
Cyan1.6%
Magenta20.8%
Yellow0.0%
Key (black)3.9%
Color previews
#f1c2f5 text on a black background
contrast 13.78:1
Card sample
#f1c2f5 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1c2f5;
Background color
Panel with #f1c2f5 background
background-color: #f1c2f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1c2f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 194, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 194, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1c2f5; background: linear-gradient(135deg, #f1c2f5, #F5C2D7);