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