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