#ffcfee
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 207, 238
HSL
321°, 100%, 91%
CMYK
0, 19, 7, 0
Luminance
0.7206
Every format
| HEX | #ffcfee |
| RGB | rgb(255, 207, 238) |
| HSL | hsl(321, 100%, 91%) |
| CMYK | cmyk(0%, 19%, 7%, 0%) |
| LAB | lab(88.0 21.8 -8.8) |
| LCH | lch(88.0 23.5 338.0) |
| OKLCH | oklch(0.905 0.067 339.6) |
Copy-ready code
/* CSS */
color: #ffcfee;
background-color: #ffcfee;
/* Tailwind (arbitrary) */
class="text-[#ffcfee] bg-[#ffcfee]"
/* SCSS */
$brand: #ffcfee;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#ffcfee")Accessibility — WCAG contrast
Aa
#ffcfee on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfee on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow6.7%
Key (black)0.0%
Color previews
#ffcfee text on a black background
contrast 15.41:1
Card sample
#ffcfee text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfee;
Background color
Panel with #ffcfee background
background-color: #ffcfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfee; background: linear-gradient(135deg, #ffcfee, #FFD0CF);