#f2d9fc
a pale, electric violet · warm · closest name: lavender
RGB
242, 217, 252
HSL
283°, 85%, 92%
CMYK
4, 14, 0, 1
Luminance
0.7553
Every format
| HEX | #f2d9fc |
| RGB | rgb(242, 217, 252) |
| HSL | hsl(283, 85%, 92%) |
| CMYK | cmyk(4%, 14%, 0%, 1%) |
| LAB | lab(89.6 14.8 -13.9) |
| LCH | lch(89.6 20.3 316.8) |
| OKLCH | oklch(0.916 0.054 316.3) |
Copy-ready code
/* CSS */
color: #f2d9fc;
background-color: #f2d9fc;
/* Tailwind (arbitrary) */
class="text-[#f2d9fc] bg-[#f2d9fc]"
/* SCSS */
$brand: #f2d9fc;
/* SwiftUI */
Color(red: 0.949, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#f2d9fc")Accessibility — WCAG contrast
Aa
#f2d9fc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d9fc on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.1%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#f2d9fc text on a black background
contrast 16.11:1
Card sample
#f2d9fc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d9fc;
Background color
Panel with #f2d9fc background
background-color: #f2d9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d9fc; background: linear-gradient(135deg, #f2d9fc, #FCD9EF);