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