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