#ffcfe9
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 207, 233
HSL
328°, 100%, 91%
CMYK
0, 19, 9, 0
Luminance
0.7177
Every format
| HEX | #ffcfe9 |
| RGB | rgb(255, 207, 233) |
| HSL | hsl(328, 100%, 91%) |
| CMYK | cmyk(0%, 19%, 9%, 0%) |
| LAB | lab(87.9 21.0 -6.4) |
| LCH | lch(87.9 21.9 343.1) |
| OKLCH | oklch(0.903 0.063 344.7) |
Copy-ready code
/* CSS */
color: #ffcfe9;
background-color: #ffcfe9;
/* Tailwind (arbitrary) */
class="text-[#ffcfe9] bg-[#ffcfe9]"
/* SCSS */
$brand: #ffcfe9;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.914)
/* Android */
Color.parseColor("#ffcfe9")Accessibility — WCAG contrast
Aa
#ffcfe9 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfe9 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow8.6%
Key (black)0.0%
Color previews
#ffcfe9 text on a black background
contrast 15.35:1
Card sample
#ffcfe9 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfe9;
Background color
Panel with #ffcfe9 background
background-color: #ffcfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfe9; background: linear-gradient(135deg, #ffcfe9, #FFD5CF);