#f2d0fc
a pale, electric violet · warm · closest name: lavender
RGB
242, 208, 252
HSL
286°, 88%, 90%
CMYK
4, 18, 0, 1
Luminance
0.7102
Every format
| HEX | #f2d0fc |
| RGB | rgb(242, 208, 252) |
| HSL | hsl(286, 88%, 90%) |
| CMYK | cmyk(4%, 18%, 0%, 1%) |
| LAB | lab(87.5 19.5 -17.1) |
| LCH | lch(87.5 25.9 318.8) |
| OKLCH | oklch(0.900 0.069 318.5) |
Copy-ready code
/* CSS */
color: #f2d0fc;
background-color: #f2d0fc;
/* Tailwind (arbitrary) */
class="text-[#f2d0fc] bg-[#f2d0fc]"
/* SCSS */
$brand: #f2d0fc;
/* SwiftUI */
Color(red: 0.949, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#f2d0fc")Accessibility — WCAG contrast
Aa
#f2d0fc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d0fc on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green81.6%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f2d0fc text on a black background
contrast 15.20:1
Card sample
#f2d0fc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d0fc;
Background color
Panel with #f2d0fc background
background-color: #f2d0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d0fc; background: linear-gradient(135deg, #f2d0fc, #FCD0E9);