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