#f6c4ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 196, 255
HSL
291°, 100%, 88%
CMYK
4, 23, 0, 0
Luminance
0.6629
Every format
| HEX | #f6c4ff |
| RGB | rgb(246, 196, 255) |
| HSL | hsl(291, 100%, 88%) |
| CMYK | cmyk(4%, 23%, 0%, 0%) |
| LAB | lab(85.2 27.7 -22.2) |
| LCH | lch(85.2 35.5 321.3) |
| OKLCH | oklch(0.883 0.096 321.2) |
Copy-ready code
/* CSS */
color: #f6c4ff;
background-color: #f6c4ff;
/* Tailwind (arbitrary) */
class="text-[#f6c4ff] bg-[#f6c4ff]"
/* SCSS */
$brand: #f6c4ff;
/* SwiftUI */
Color(red: 0.965, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#f6c4ff")Accessibility — WCAG contrast
Aa
#f6c4ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c4ff on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green76.9%
Blue100.0%
CMYK percentages
Cyan3.5%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f6c4ff text on a black background
contrast 14.26:1
Card sample
#f6c4ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c4ff;
Background color
Panel with #f6c4ff background
background-color: #f6c4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c4ff; background: linear-gradient(135deg, #f6c4ff, #FFC4E1);