#f3cfee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
243, 207, 238
HSL
308°, 60%, 88%
CMYK
0, 15, 2, 5
Luminance
0.6985
Every format
| HEX | #f3cfee |
| RGB | rgb(243, 207, 238) |
| HSL | hsl(308, 60%, 88%) |
| CMYK | cmyk(0%, 15%, 2%, 5%) |
| LAB | lab(86.9 17.8 -10.5) |
| LCH | lch(86.9 20.7 329.4) |
| OKLCH | oklch(0.894 0.057 330.6) |
Copy-ready code
/* CSS */
color: #f3cfee;
background-color: #f3cfee;
/* Tailwind (arbitrary) */
class="text-[#f3cfee] bg-[#f3cfee]"
/* SCSS */
$brand: #f3cfee;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#f3cfee")Accessibility — WCAG contrast
Aa
#f3cfee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cfee on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow2.1%
Key (black)4.7%
Color previews
#f3cfee text on a black background
contrast 14.97:1
Card sample
#f3cfee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cfee;
Background color
Panel with #f3cfee background
background-color: #f3cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cfee; background: linear-gradient(135deg, #f3cfee, #F3CFD6);