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