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