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