#f1cdfb
a pale, electric violet · warm · closest name: plum
RGB
241, 205, 251
HSL
287°, 85%, 89%
CMYK
4, 18, 0, 2
Luminance
0.6933
Every format
| HEX | #f1cdfb |
| RGB | rgb(241, 205, 251) |
| HSL | hsl(287, 85%, 89%) |
| CMYK | cmyk(4%, 18%, 0%, 2%) |
| LAB | lab(86.7 20.6 -17.8) |
| LCH | lch(86.7 27.2 319.1) |
| OKLCH | oklch(0.893 0.073 318.8) |
Copy-ready code
/* CSS */
color: #f1cdfb;
background-color: #f1cdfb;
/* Tailwind (arbitrary) */
class="text-[#f1cdfb] bg-[#f1cdfb]"
/* SCSS */
$brand: #f1cdfb;
/* SwiftUI */
Color(red: 0.945, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#f1cdfb")Accessibility — WCAG contrast
Aa
#f1cdfb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cdfb on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f1cdfb text on a black background
contrast 14.87:1
Card sample
#f1cdfb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cdfb;
Background color
Panel with #f1cdfb background
background-color: #f1cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cdfb; background: linear-gradient(135deg, #f1cdfb, #FBCDE6);