#f1cdf8
a pale, electric magenta / pink · warm · closest name: lavender
RGB
241, 205, 248
HSL
290°, 75%, 89%
CMYK
3, 17, 0, 3
Luminance
0.6914
Every format
| HEX | #f1cdf8 |
| RGB | rgb(241, 205, 248) |
| HSL | hsl(290, 75%, 89%) |
| CMYK | cmyk(3%, 17%, 0%, 3%) |
| LAB | lab(86.6 20.0 -16.4) |
| LCH | lch(86.6 25.9 320.7) |
| OKLCH | oklch(0.892 0.070 320.8) |
Copy-ready code
/* CSS */
color: #f1cdf8;
background-color: #f1cdf8;
/* Tailwind (arbitrary) */
class="text-[#f1cdf8] bg-[#f1cdf8]"
/* SCSS */
$brand: #f1cdf8;
/* SwiftUI */
Color(red: 0.945, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#f1cdf8")Accessibility — WCAG contrast
Aa
#f1cdf8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cdf8 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.4%
Blue97.3%
CMYK percentages
Cyan2.8%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#f1cdf8 text on a black background
contrast 14.83:1
Card sample
#f1cdf8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cdf8;
Background color
Panel with #f1cdf8 background
background-color: #f1cdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cdf8; background: linear-gradient(135deg, #f1cdf8, #F8CDE2);