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