#f4cdfc
a pale, electric violet · warm · closest name: plum
RGB
244, 205, 252
HSL
290°, 89%, 90%
CMYK
3, 19, 0, 1
Luminance
0.6992
Every format
| HEX | #f4cdfc |
| RGB | rgb(244, 205, 252) |
| HSL | hsl(290, 89%, 90%) |
| CMYK | cmyk(3%, 19%, 0%, 1%) |
| LAB | lab(87.0 21.7 -17.9) |
| LCH | lch(87.0 28.1 320.5) |
| OKLCH | oklch(0.896 0.076 320.5) |
Copy-ready code
/* CSS */
color: #f4cdfc;
background-color: #f4cdfc;
/* Tailwind (arbitrary) */
class="text-[#f4cdfc] bg-[#f4cdfc]"
/* SCSS */
$brand: #f4cdfc;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#f4cdfc")Accessibility — WCAG contrast
Aa
#f4cdfc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cdfc on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f4cdfc text on a black background
contrast 14.98:1
Card sample
#f4cdfc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cdfc;
Background color
Panel with #f4cdfc background
background-color: #f4cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cdfc; background: linear-gradient(135deg, #f4cdfc, #FCCDE5);