#f4cfee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 207, 238
HSL
310°, 63%, 88%
CMYK
0, 15, 3, 4
Luminance
0.7003
Every format
| HEX | #f4cfee |
| RGB | rgb(244, 207, 238) |
| HSL | hsl(310, 63%, 88%) |
| CMYK | cmyk(0%, 15%, 3%, 4%) |
| LAB | lab(87.0 18.1 -10.4) |
| LCH | lch(87.0 20.9 330.2) |
| OKLCH | oklch(0.895 0.058 331.5) |
Copy-ready code
/* CSS */
color: #f4cfee;
background-color: #f4cfee;
/* Tailwind (arbitrary) */
class="text-[#f4cfee] bg-[#f4cfee]"
/* SCSS */
$brand: #f4cfee;
/* SwiftUI */
Color(red: 0.957, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#f4cfee")Accessibility — WCAG contrast
Aa
#f4cfee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cfee on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green81.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow2.5%
Key (black)4.3%
Color previews
#f4cfee text on a black background
contrast 15.01:1
Card sample
#f4cfee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cfee;
Background color
Panel with #f4cfee background
background-color: #f4cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cfee; background: linear-gradient(135deg, #f4cfee, #F4CFD5);