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