#ffcbdc
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 203, 220
HSL
340°, 100%, 90%
CMYK
0, 20, 14, 0
Luminance
0.6914
Every format
| HEX | #ffcbdc |
| RGB | rgb(255, 203, 220) |
| HSL | hsl(340, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 14%, 0%) |
| LAB | lab(86.6 21.0 -1.4) |
| LCH | lch(86.6 21.0 356.2) |
| OKLCH | oklch(0.892 0.063 356.9) |
Copy-ready code
/* CSS */
color: #ffcbdc;
background-color: #ffcbdc;
/* Tailwind (arbitrary) */
class="text-[#ffcbdc] bg-[#ffcbdc]"
/* SCSS */
$brand: #ffcbdc;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.863)
/* Android */
Color.parseColor("#ffcbdc")Accessibility — WCAG contrast
Aa
#ffcbdc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbdc on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow13.7%
Key (black)0.0%
Color previews
#ffcbdc text on a black background
contrast 14.83:1
Card sample
#ffcbdc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbdc;
Background color
Panel with #ffcbdc background
background-color: #ffcbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbdc; background: linear-gradient(135deg, #ffcbdc, #FFDDCB);