#ffcbcd
a pale, electric red · warm · closest name: pink
RGB
255, 203, 205
HSL
358°, 100%, 90%
CMYK
0, 20, 20, 0
Luminance
0.6838
Every format
| HEX | #ffcbcd |
| RGB | rgb(255, 203, 205) |
| HSL | hsl(358, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 20%, 0%) |
| LAB | lab(86.2 18.7 6.0) |
| LCH | lch(86.2 19.6 17.9) |
| OKLCH | oklch(0.888 0.059 15.7) |
Copy-ready code
/* CSS */
color: #ffcbcd;
background-color: #ffcbcd;
/* Tailwind (arbitrary) */
class="text-[#ffcbcd] bg-[#ffcbcd]"
/* SCSS */
$brand: #ffcbcd;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.804)
/* Android */
Color.parseColor("#ffcbcd")Accessibility — WCAG contrast
Aa
#ffcbcd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbcd on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow19.6%
Key (black)0.0%
Color previews
#ffcbcd text on a black background
contrast 14.68:1
Card sample
#ffcbcd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbcd;
Background color
Panel with #ffcbcd background
background-color: #ffcbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbcd; background: linear-gradient(135deg, #ffcbcd, #FFECCB);