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