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