#ffc0cb
a pale, electric red · warm · “pink”
RGB
255, 192, 203
HSL
350°, 100%, 88%
CMYK
0, 25, 20, 0
Luminance
0.6327
Every format
| HEX | #ffc0cb |
| RGB | rgb(255, 192, 203) |
| HSL | hsl(350, 100%, 88%) |
| CMYK | cmyk(0%, 25%, 20%, 0%) |
| LAB | lab(83.6 24.1 3.3) |
| LCH | lch(83.6 24.4 7.9) |
| OKLCH | oklch(0.868 0.073 7.1) |
Copy-ready code
/* CSS */
color: #ffc0cb;
background-color: #ffc0cb;
/* Tailwind (arbitrary) */
class="text-[#ffc0cb] bg-[#ffc0cb]"
/* SCSS */
$brand: #ffc0cb;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.796)
/* Android */
Color.parseColor("#ffc0cb")Accessibility — WCAG contrast
Aa
#ffc0cb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc0cb on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow20.4%
Key (black)0.0%
Color previews
#ffc0cb text on a black background
contrast 13.65:1
Card sample
#ffc0cb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc0cb;
Background color
Panel with #ffc0cb background
background-color: #ffc0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc0cb; background: linear-gradient(135deg, #ffc0cb, #FFDFC0);