#ffcbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 203, 223
HSL
337°, 100%, 90%
CMYK
0, 20, 13, 0
Luminance
0.6930
Every format
| HEX | #ffcbdf |
| RGB | rgb(255, 203, 223) |
| HSL | hsl(337, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 13%, 0%) |
| LAB | lab(86.7 21.4 -2.9) |
| LCH | lch(86.7 21.6 352.4) |
| OKLCH | oklch(0.893 0.064 353.5) |
Copy-ready code
/* CSS */
color: #ffcbdf;
background-color: #ffcbdf;
/* Tailwind (arbitrary) */
class="text-[#ffcbdf] bg-[#ffcbdf]"
/* SCSS */
$brand: #ffcbdf;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#ffcbdf")Accessibility — WCAG contrast
Aa
#ffcbdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbdf on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow12.5%
Key (black)0.0%
Color previews
#ffcbdf text on a black background
contrast 14.86:1
Card sample
#ffcbdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbdf;
Background color
Panel with #ffcbdf background
background-color: #ffcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbdf; background: linear-gradient(135deg, #ffcbdf, #FFDACB);