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