#f8cdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 205, 254
HSL
293°, 96%, 90%
CMYK
2, 19, 0, 0
Luminance
0.7077
Every format
| HEX | #f8cdfe |
| RGB | rgb(248, 205, 254) |
| HSL | hsl(293, 96%, 90%) |
| CMYK | cmyk(2%, 19%, 0%, 0%) |
| LAB | lab(87.4 23.4 -18.3) |
| LCH | lch(87.4 29.7 322.0) |
| OKLCH | oklch(0.900 0.080 322.2) |
Copy-ready code
/* CSS */
color: #f8cdfe;
background-color: #f8cdfe;
/* Tailwind (arbitrary) */
class="text-[#f8cdfe] bg-[#f8cdfe]"
/* SCSS */
$brand: #f8cdfe;
/* SwiftUI */
Color(red: 0.973, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#f8cdfe")Accessibility — WCAG contrast
Aa
#f8cdfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cdfe on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.4%
Blue99.6%
CMYK percentages
Cyan2.4%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f8cdfe text on a black background
contrast 15.15:1
Card sample
#f8cdfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cdfe;
Background color
Panel with #f8cdfe background
background-color: #f8cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cdfe; background: linear-gradient(135deg, #f8cdfe, #FECDE3);