#f4ccfe
a pale, electric violet · warm · closest name: plum
RGB
244, 204, 254
HSL
288°, 96%, 90%
CMYK
4, 20, 0, 0
Luminance
0.6957
Every format
| HEX | #f4ccfe |
| RGB | rgb(244, 204, 254) |
| HSL | hsl(288, 96%, 90%) |
| CMYK | cmyk(4%, 20%, 0%, 0%) |
| LAB | lab(86.8 22.6 -19.2) |
| LCH | lch(86.8 29.7 319.7) |
| OKLCH | oklch(0.895 0.080 319.5) |
Copy-ready code
/* CSS */
color: #f4ccfe;
background-color: #f4ccfe;
/* Tailwind (arbitrary) */
class="text-[#f4ccfe] bg-[#f4ccfe]"
/* SCSS */
$brand: #f4ccfe;
/* SwiftUI */
Color(red: 0.957, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#f4ccfe")Accessibility — WCAG contrast
Aa
#f4ccfe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ccfe on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.0%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#f4ccfe text on a black background
contrast 14.91:1
Card sample
#f4ccfe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ccfe;
Background color
Panel with #f4ccfe background
background-color: #f4ccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ccfe; background: linear-gradient(135deg, #f4ccfe, #FECCE7);