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