#f7ccff
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 204, 255
HSL
291°, 100%, 90%
CMYK
3, 20, 0, 0
Luminance
0.7018
Every format
| HEX | #f7ccff |
| RGB | rgb(247, 204, 255) |
| HSL | hsl(291, 100%, 90%) |
| CMYK | cmyk(3%, 20%, 0%, 0%) |
| LAB | lab(87.1 23.8 -19.3) |
| LCH | lch(87.1 30.6 321.0) |
| OKLCH | oklch(0.898 0.082 321.0) |
Copy-ready code
/* CSS */
color: #f7ccff;
background-color: #f7ccff;
/* Tailwind (arbitrary) */
class="text-[#f7ccff] bg-[#f7ccff]"
/* SCSS */
$brand: #f7ccff;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#f7ccff")Accessibility — WCAG contrast
Aa
#f7ccff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccff on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue100.0%
CMYK percentages
Cyan3.1%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#f7ccff text on a black background
contrast 15.04:1
Card sample
#f7ccff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccff;
Background color
Panel with #f7ccff background
background-color: #f7ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccff; background: linear-gradient(135deg, #f7ccff, #FFCCE5);