#f6ccfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 204, 253
HSL
291°, 93%, 90%
CMYK
3, 19, 0, 1
Luminance
0.6987
Every format
| HEX | #f6ccfd |
| RGB | rgb(246, 204, 253) |
| HSL | hsl(291, 93%, 90%) |
| CMYK | cmyk(3%, 19%, 0%, 1%) |
| LAB | lab(86.9 23.1 -18.4) |
| LCH | lch(86.9 29.5 321.4) |
| OKLCH | oklch(0.896 0.080 321.5) |
Copy-ready code
/* CSS */
color: #f6ccfd;
background-color: #f6ccfd;
/* Tailwind (arbitrary) */
class="text-[#f6ccfd] bg-[#f6ccfd]"
/* SCSS */
$brand: #f6ccfd;
/* SwiftUI */
Color(red: 0.965, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#f6ccfd")Accessibility — WCAG contrast
Aa
#f6ccfd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ccfd on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.0%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f6ccfd text on a black background
contrast 14.97:1
Card sample
#f6ccfd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ccfd;
Background color
Panel with #f6ccfd background
background-color: #f6ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ccfd; background: linear-gradient(135deg, #f6ccfd, #FDCCE3);