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