#f8cdfc
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 205, 252
HSL
295°, 89%, 90%
CMYK
2, 19, 0, 1
Luminance
0.7065
Every format
| HEX | #f8cdfc |
| RGB | rgb(248, 205, 252) |
| HSL | hsl(295, 89%, 90%) |
| CMYK | cmyk(2%, 19%, 0%, 1%) |
| LAB | lab(87.3 23.0 -17.3) |
| LCH | lch(87.3 28.8 323.1) |
| OKLCH | oklch(0.899 0.078 323.5) |
Copy-ready code
/* CSS */
color: #f8cdfc;
background-color: #f8cdfc;
/* Tailwind (arbitrary) */
class="text-[#f8cdfc] bg-[#f8cdfc]"
/* SCSS */
$brand: #f8cdfc;
/* SwiftUI */
Color(red: 0.973, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#f8cdfc")Accessibility — WCAG contrast
Aa
#f8cdfc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cdfc on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.4%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f8cdfc text on a black background
contrast 15.13:1
Card sample
#f8cdfc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cdfc;
Background color
Panel with #f8cdfc background
background-color: #f8cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cdfc; background: linear-gradient(135deg, #f8cdfc, #FCCDE1);