#f3cdfb
a pale, electric violet · warm · closest name: plum
RGB
243, 205, 251
HSL
290°, 85%, 89%
CMYK
3, 18, 0, 2
Luminance
0.6968
Every format
| HEX | #f3cdfb |
| RGB | rgb(243, 205, 251) |
| HSL | hsl(290, 85%, 89%) |
| CMYK | cmyk(3%, 18%, 0%, 2%) |
| LAB | lab(86.8 21.2 -17.5) |
| LCH | lch(86.8 27.5 320.4) |
| OKLCH | oklch(0.895 0.074 320.4) |
Copy-ready code
/* CSS */
color: #f3cdfb;
background-color: #f3cdfb;
/* Tailwind (arbitrary) */
class="text-[#f3cdfb] bg-[#f3cdfb]"
/* SCSS */
$brand: #f3cdfb;
/* SwiftUI */
Color(red: 0.953, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#f3cdfb")Accessibility — WCAG contrast
Aa
#f3cdfb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cdfb on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.4%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f3cdfb text on a black background
contrast 14.94:1
Card sample
#f3cdfb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cdfb;
Background color
Panel with #f3cdfb background
background-color: #f3cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cdfb; background: linear-gradient(135deg, #f3cdfb, #FBCDE4);