#f8ccff
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 204, 255
HSL
292°, 100%, 90%
CMYK
3, 20, 0, 0
Luminance
0.7036
Every format
| HEX | #f8ccff |
| RGB | rgb(248, 204, 255) |
| HSL | hsl(292, 100%, 90%) |
| CMYK | cmyk(3%, 20%, 0%, 0%) |
| LAB | lab(87.2 24.1 -19.1) |
| LCH | lch(87.2 30.8 321.6) |
| OKLCH | oklch(0.899 0.083 321.7) |
Copy-ready code
/* CSS */
color: #f8ccff;
background-color: #f8ccff;
/* Tailwind (arbitrary) */
class="text-[#f8ccff] bg-[#f8ccff]"
/* SCSS */
$brand: #f8ccff;
/* SwiftUI */
Color(red: 0.973, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#f8ccff")Accessibility — WCAG contrast
Aa
#f8ccff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ccff on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.0%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#f8ccff text on a black background
contrast 15.07:1
Card sample
#f8ccff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ccff;
Background color
Panel with #f8ccff background
background-color: #f8ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ccff; background: linear-gradient(135deg, #f8ccff, #FFCCE4);