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