#f2d7fe
a pale, electric violet · warm · closest name: lavender
RGB
242, 215, 254
HSL
282°, 95%, 92%
CMYK
5, 15, 0, 0
Luminance
0.7463
Every format
| HEX | #f2d7fe |
| RGB | rgb(242, 215, 254) |
| HSL | hsl(282, 95%, 92%) |
| CMYK | cmyk(5%, 15%, 0%, 0%) |
| LAB | lab(89.2 16.2 -15.6) |
| LCH | lch(89.2 22.4 316.1) |
| OKLCH | oklch(0.913 0.060 315.5) |
Copy-ready code
/* CSS */
color: #f2d7fe;
background-color: #f2d7fe;
/* Tailwind (arbitrary) */
class="text-[#f2d7fe] bg-[#f2d7fe]"
/* SCSS */
$brand: #f2d7fe;
/* SwiftUI */
Color(red: 0.949, green: 0.843, blue: 0.996)
/* Android */
Color.parseColor("#f2d7fe")Accessibility — WCAG contrast
Aa
#f2d7fe on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d7fe on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green84.3%
Blue99.6%
CMYK percentages
Cyan4.7%
Magenta15.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f2d7fe text on a black background
contrast 15.93:1
Card sample
#f2d7fe text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d7fe;
Background color
Panel with #f2d7fe background
background-color: #f2d7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 215, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 215, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d7fe; background: linear-gradient(135deg, #f2d7fe, #FED7F0);