#f1cbfc
a pale, electric violet · warm · closest name: plum
RGB
241, 203, 252
HSL
287°, 89%, 89%
CMYK
4, 19, 0, 1
Luminance
0.6844
Every format
| HEX | #f1cbfc |
| RGB | rgb(241, 203, 252) |
| HSL | hsl(287, 89%, 89%) |
| CMYK | cmyk(4%, 19%, 0%, 1%) |
| LAB | lab(86.2 21.8 -19.0) |
| LCH | lch(86.2 28.9 318.9) |
| OKLCH | oklch(0.890 0.077 318.6) |
Copy-ready code
/* CSS */
color: #f1cbfc;
background-color: #f1cbfc;
/* Tailwind (arbitrary) */
class="text-[#f1cbfc] bg-[#f1cbfc]"
/* SCSS */
$brand: #f1cbfc;
/* SwiftUI */
Color(red: 0.945, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#f1cbfc")Accessibility — WCAG contrast
Aa
#f1cbfc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cbfc on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green79.6%
Blue98.8%
CMYK percentages
Cyan4.4%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#f1cbfc text on a black background
contrast 14.69:1
Card sample
#f1cbfc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cbfc;
Background color
Panel with #f1cbfc background
background-color: #f1cbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cbfc; background: linear-gradient(135deg, #f1cbfc, #FCCBE6);