#f5cdfc
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 205, 252
HSL
291°, 89%, 90%
CMYK
3, 19, 0, 1
Luminance
0.7010
Every format
| HEX | #f5cdfc |
| RGB | rgb(245, 205, 252) |
| HSL | hsl(291, 89%, 90%) |
| CMYK | cmyk(3%, 19%, 0%, 1%) |
| LAB | lab(87.0 22.1 -17.7) |
| LCH | lch(87.0 28.3 321.2) |
| OKLCH | oklch(0.897 0.076 321.3) |
Copy-ready code
/* CSS */
color: #f5cdfc;
background-color: #f5cdfc;
/* Tailwind (arbitrary) */
class="text-[#f5cdfc] bg-[#f5cdfc]"
/* SCSS */
$brand: #f5cdfc;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#f5cdfc")Accessibility — WCAG contrast
Aa
#f5cdfc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cdfc on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue98.8%
CMYK percentages
Cyan2.8%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f5cdfc text on a black background
contrast 15.02:1
Card sample
#f5cdfc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cdfc;
Background color
Panel with #f5cdfc background
background-color: #f5cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cdfc; background: linear-gradient(135deg, #f5cdfc, #FCCDE4);