#f6cffb
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 207, 251
HSL
293°, 85%, 90%
CMYK
2, 18, 0, 2
Luminance
0.7118
Every format
| HEX | #f6cffb |
| RGB | rgb(246, 207, 251) |
| HSL | hsl(293, 85%, 90%) |
| CMYK | cmyk(2%, 18%, 0%, 2%) |
| LAB | lab(87.6 21.1 -16.4) |
| LCH | lch(87.6 26.8 322.2) |
| OKLCH | oklch(0.901 0.072 322.5) |
Copy-ready code
/* CSS */
color: #f6cffb;
background-color: #f6cffb;
/* Tailwind (arbitrary) */
class="text-[#f6cffb] bg-[#f6cffb]"
/* SCSS */
$brand: #f6cffb;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#f6cffb")Accessibility — WCAG contrast
Aa
#f6cffb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cffb on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue98.4%
CMYK percentages
Cyan2.0%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f6cffb text on a black background
contrast 15.24:1
Card sample
#f6cffb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cffb;
Background color
Panel with #f6cffb background
background-color: #f6cffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cffb; background: linear-gradient(135deg, #f6cffb, #FBCFE3);