#ffc6fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 198, 253
HSL
302°, 100%, 89%
CMYK
0, 22, 1, 0
Luminance
0.6874
Every format
| HEX | #ffc6fd |
| RGB | rgb(255, 198, 253) |
| HSL | hsl(302, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 1%, 0%) |
| LAB | lab(86.4 29.1 -19.2) |
| LCH | lch(86.4 34.9 326.6) |
| OKLCH | oklch(0.894 0.096 327.5) |
Copy-ready code
/* CSS */
color: #ffc6fd;
background-color: #ffc6fd;
/* Tailwind (arbitrary) */
class="text-[#ffc6fd] bg-[#ffc6fd]"
/* SCSS */
$brand: #ffc6fd;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#ffc6fd")Accessibility — WCAG contrast
Aa
#ffc6fd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc6fd on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow0.8%
Key (black)0.0%
Color previews
#ffc6fd text on a black background
contrast 14.75:1
Card sample
#ffc6fd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc6fd;
Background color
Panel with #ffc6fd background
background-color: #ffc6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc6fd; background: linear-gradient(135deg, #ffc6fd, #FFC6D7);