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