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