#f1cfee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
241, 207, 238
HSL
305°, 55%, 88%
CMYK
0, 14, 1, 6
Luminance
0.6950
Every format
| HEX | #f1cfee |
| RGB | rgb(241, 207, 238) |
| HSL | hsl(305, 55%, 88%) |
| CMYK | cmyk(0%, 14%, 1%, 6%) |
| LAB | lab(86.8 17.1 -10.8) |
| LCH | lch(86.8 20.3 327.7) |
| OKLCH | oklch(0.892 0.056 328.9) |
Copy-ready code
/* CSS */
color: #f1cfee;
background-color: #f1cfee;
/* Tailwind (arbitrary) */
class="text-[#f1cfee] bg-[#f1cfee]"
/* SCSS */
$brand: #f1cfee;
/* SwiftUI */
Color(red: 0.945, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#f1cfee")Accessibility — WCAG contrast
Aa
#f1cfee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cfee on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green81.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow1.2%
Key (black)5.5%
Color previews
#f1cfee text on a black background
contrast 14.90:1
Card sample
#f1cfee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cfee;
Background color
Panel with #f1cfee background
background-color: #f1cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cfee; background: linear-gradient(135deg, #f1cfee, #F1CFD7);