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