#f3dbfe
a pale, electric violet · warm · closest name: lavender
RGB
243, 219, 254
HSL
281°, 95%, 93%
CMYK
4, 14, 0, 0
Luminance
0.7687
Every format
| HEX | #f3dbfe |
| RGB | rgb(243, 219, 254) |
| HSL | hsl(281, 95%, 93%) |
| CMYK | cmyk(4%, 14%, 0%, 0%) |
| LAB | lab(90.3 14.4 -14.0) |
| LCH | lch(90.3 20.1 315.9) |
| OKLCH | oklch(0.921 0.053 315.3) |
Copy-ready code
/* CSS */
color: #f3dbfe;
background-color: #f3dbfe;
/* Tailwind (arbitrary) */
class="text-[#f3dbfe] bg-[#f3dbfe]"
/* SCSS */
$brand: #f3dbfe;
/* SwiftUI */
Color(red: 0.953, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#f3dbfe")Accessibility — WCAG contrast
Aa
#f3dbfe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dbfe on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.9%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f3dbfe text on a black background
contrast 16.37:1
Card sample
#f3dbfe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dbfe;
Background color
Panel with #f3dbfe background
background-color: #f3dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dbfe; background: linear-gradient(135deg, #f3dbfe, #FEDBF2);