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