#f1ccf1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
241, 204, 241
HSL
300°, 57%, 87%
CMYK
0, 15, 0, 6
Luminance
0.6824
Every format
| HEX | #f1ccf1 |
| RGB | rgb(241, 204, 241) |
| HSL | hsl(300, 57%, 87%) |
| CMYK | cmyk(0%, 15%, 0%, 6%) |
| LAB | lab(86.1 19.3 -13.3) |
| LCH | lch(86.1 23.4 325.3) |
| OKLCH | oklch(0.888 0.064 326.1) |
Copy-ready code
/* CSS */
color: #f1ccf1;
background-color: #f1ccf1;
/* Tailwind (arbitrary) */
class="text-[#f1ccf1] bg-[#f1ccf1]"
/* SCSS */
$brand: #f1ccf1;
/* SwiftUI */
Color(red: 0.945, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#f1ccf1")Accessibility — WCAG contrast
Aa
#f1ccf1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ccf1 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.0%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#f1ccf1 text on a black background
contrast 14.65:1
Card sample
#f1ccf1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ccf1;
Background color
Panel with #f1ccf1 background
background-color: #f1ccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ccf1; background: linear-gradient(135deg, #f1ccf1, #F1CCD8);