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