#f4ccf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
244, 204, 248
HSL
295°, 76%, 89%
CMYK
2, 18, 0, 3
Luminance
0.6920
Every format
| HEX | #f4ccf8 |
| RGB | rgb(244, 204, 248) |
| HSL | hsl(295, 76%, 89%) |
| CMYK | cmyk(2%, 18%, 0%, 3%) |
| LAB | lab(86.6 21.5 -16.3) |
| LCH | lch(86.6 27.0 322.8) |
| OKLCH | oklch(0.893 0.073 323.2) |
Copy-ready code
/* CSS */
color: #f4ccf8;
background-color: #f4ccf8;
/* Tailwind (arbitrary) */
class="text-[#f4ccf8] bg-[#f4ccf8]"
/* SCSS */
$brand: #f4ccf8;
/* SwiftUI */
Color(red: 0.957, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#f4ccf8")Accessibility — WCAG contrast
Aa
#f4ccf8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ccf8 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.0%
Blue97.3%
CMYK percentages
Cyan1.6%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#f4ccf8 text on a black background
contrast 14.84:1
Card sample
#f4ccf8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ccf8;
Background color
Panel with #f4ccf8 background
background-color: #f4ccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ccf8; background: linear-gradient(135deg, #f4ccf8, #F8CCDF);