#f1cdfe
a pale, electric violet · warm · closest name: plum
RGB
241, 205, 254
HSL
284°, 96%, 90%
CMYK
5, 19, 0, 0
Luminance
0.6952
Every format
| HEX | #f1cdfe |
| RGB | rgb(241, 205, 254) |
| HSL | hsl(284, 96%, 90%) |
| CMYK | cmyk(5%, 19%, 0%, 0%) |
| LAB | lab(86.8 21.1 -19.3) |
| LCH | lch(86.8 28.6 317.7) |
| OKLCH | oklch(0.894 0.076 317.0) |
Copy-ready code
/* CSS */
color: #f1cdfe;
background-color: #f1cdfe;
/* Tailwind (arbitrary) */
class="text-[#f1cdfe] bg-[#f1cdfe]"
/* SCSS */
$brand: #f1cdfe;
/* SwiftUI */
Color(red: 0.945, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#f1cdfe")Accessibility — WCAG contrast
Aa
#f1cdfe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cdfe on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.4%
Blue99.6%
CMYK percentages
Cyan5.1%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f1cdfe text on a black background
contrast 14.90:1
Card sample
#f1cdfe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cdfe;
Background color
Panel with #f1cdfe background
background-color: #f1cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cdfe; background: linear-gradient(135deg, #f1cdfe, #FECDEA);