#ffcfec
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 207, 236
HSL
324°, 100%, 91%
CMYK
0, 19, 8, 0
Luminance
0.7194
Every format
| HEX | #ffcfec |
| RGB | rgb(255, 207, 236) |
| HSL | hsl(324, 100%, 91%) |
| CMYK | cmyk(0%, 19%, 8%, 0%) |
| LAB | lab(87.9 21.5 -7.8) |
| LCH | lch(87.9 22.9 339.9) |
| OKLCH | oklch(0.904 0.065 341.6) |
Copy-ready code
/* CSS */
color: #ffcfec;
background-color: #ffcfec;
/* Tailwind (arbitrary) */
class="text-[#ffcfec] bg-[#ffcfec]"
/* SCSS */
$brand: #ffcfec;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.925)
/* Android */
Color.parseColor("#ffcfec")Accessibility — WCAG contrast
Aa
#ffcfec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfec on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow7.5%
Key (black)0.0%
Color previews
#ffcfec text on a black background
contrast 15.39:1
Card sample
#ffcfec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfec;
Background color
Panel with #ffcfec background
background-color: #ffcfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfec; background: linear-gradient(135deg, #ffcfec, #FFD2CF);