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