#ffcfe1
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 207, 225
HSL
338°, 100%, 91%
CMYK
0, 19, 12, 0
Luminance
0.7132
Every format
| HEX | #ffcfe1 |
| RGB | rgb(255, 207, 225) |
| HSL | hsl(338, 100%, 91%) |
| CMYK | cmyk(0%, 19%, 12%, 0%) |
| LAB | lab(87.6 19.7 -2.5) |
| LCH | lch(87.6 19.8 352.8) |
| OKLCH | oklch(0.901 0.059 353.9) |
Copy-ready code
/* CSS */
color: #ffcfe1;
background-color: #ffcfe1;
/* Tailwind (arbitrary) */
class="text-[#ffcfe1] bg-[#ffcfe1]"
/* SCSS */
$brand: #ffcfe1;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.882)
/* Android */
Color.parseColor("#ffcfe1")Accessibility — WCAG contrast
Aa
#ffcfe1 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfe1 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow11.8%
Key (black)0.0%
Color previews
#ffcfe1 text on a black background
contrast 15.26:1
Card sample
#ffcfe1 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfe1;
Background color
Panel with #ffcfe1 background
background-color: #ffcfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfe1; background: linear-gradient(135deg, #ffcfe1, #FFDDCF);