#f2d7fb
a pale, electric violet · warm · closest name: lavender
RGB
242, 215, 251
HSL
285°, 82%, 91%
CMYK
4, 14, 0, 2
Luminance
0.7444
Every format
| HEX | #f2d7fb |
| RGB | rgb(242, 215, 251) |
| HSL | hsl(285, 82%, 91%) |
| CMYK | cmyk(4%, 14%, 0%, 2%) |
| LAB | lab(89.1 15.6 -14.1) |
| LCH | lch(89.1 21.1 317.9) |
| OKLCH | oklch(0.912 0.056 317.7) |
Copy-ready code
/* CSS */
color: #f2d7fb;
background-color: #f2d7fb;
/* Tailwind (arbitrary) */
class="text-[#f2d7fb] bg-[#f2d7fb]"
/* SCSS */
$brand: #f2d7fb;
/* SwiftUI */
Color(red: 0.949, green: 0.843, blue: 0.984)
/* Android */
Color.parseColor("#f2d7fb")Accessibility — WCAG contrast
Aa
#f2d7fb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d7fb on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green84.3%
Blue98.4%
CMYK percentages
Cyan3.6%
Magenta14.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f2d7fb text on a black background
contrast 15.89:1
Card sample
#f2d7fb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d7fb;
Background color
Panel with #f2d7fb background
background-color: #f2d7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 215, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 215, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d7fb; background: linear-gradient(135deg, #f2d7fb, #FBD7EC);