#f2cdfd
a pale, electric violet · warm · closest name: plum
RGB
242, 205, 253
HSL
286°, 92%, 90%
CMYK
4, 19, 0, 1
Luminance
0.6963
Every format
| HEX | #f2cdfd |
| RGB | rgb(242, 205, 253) |
| HSL | hsl(286, 92%, 90%) |
| CMYK | cmyk(4%, 19%, 0%, 1%) |
| LAB | lab(86.8 21.3 -18.6) |
| LCH | lch(86.8 28.3 318.8) |
| OKLCH | oklch(0.894 0.076 318.4) |
Copy-ready code
/* CSS */
color: #f2cdfd;
background-color: #f2cdfd;
/* Tailwind (arbitrary) */
class="text-[#f2cdfd] bg-[#f2cdfd]"
/* SCSS */
$brand: #f2cdfd;
/* SwiftUI */
Color(red: 0.949, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#f2cdfd")Accessibility — WCAG contrast
Aa
#f2cdfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cdfd on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.4%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f2cdfd text on a black background
contrast 14.93:1
Card sample
#f2cdfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cdfd;
Background color
Panel with #f2cdfd background
background-color: #f2cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cdfd; background: linear-gradient(135deg, #f2cdfd, #FDCDE8);