#f3bdfe
a pale, electric violet · warm · closest name: plum
RGB
243, 189, 254
HSL
290°, 97%, 87%
CMYK
4, 26, 0, 0
Luminance
0.6261
Every format
| HEX | #f3bdfe |
| RGB | rgb(243, 189, 254) |
| HSL | hsl(290, 97%, 87%) |
| CMYK | cmyk(4%, 26%, 0%, 0%) |
| LAB | lab(83.2 30.3 -24.6) |
| LCH | lch(83.2 39.0 320.9) |
| OKLCH | oklch(0.867 0.105 320.6) |
Copy-ready code
/* CSS */
color: #f3bdfe;
background-color: #f3bdfe;
/* Tailwind (arbitrary) */
class="text-[#f3bdfe] bg-[#f3bdfe]"
/* SCSS */
$brand: #f3bdfe;
/* SwiftUI */
Color(red: 0.953, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#f3bdfe")Accessibility — WCAG contrast
Aa
#f3bdfe on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3bdfe on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green74.1%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#f3bdfe text on a black background
contrast 13.52:1
Card sample
#f3bdfe text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3bdfe;
Background color
Panel with #f3bdfe background
background-color: #f3bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3bdfe; background: linear-gradient(135deg, #f3bdfe, #FEBDDE);