#ffc8cb
a pale, electric red · warm · closest name: pink
RGB
255, 200, 203
HSL
357°, 100%, 89%
CMYK
0, 22, 20, 0
Luminance
0.6688
Every format
| HEX | #ffc8cb |
| RGB | rgb(255, 200, 203) |
| HSL | hsl(357, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 20%, 0%) |
| LAB | lab(85.5 19.9 6.0) |
| LCH | lch(85.5 20.8 16.8) |
| OKLCH | oklch(0.882 0.063 14.8) |
Copy-ready code
/* CSS */
color: #ffc8cb;
background-color: #ffc8cb;
/* Tailwind (arbitrary) */
class="text-[#ffc8cb] bg-[#ffc8cb]"
/* SCSS */
$brand: #ffc8cb;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.796)
/* Android */
Color.parseColor("#ffc8cb")Accessibility — WCAG contrast
Aa
#ffc8cb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc8cb on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow20.4%
Key (black)0.0%
Color previews
#ffc8cb text on a black background
contrast 14.38:1
Card sample
#ffc8cb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc8cb;
Background color
Panel with #ffc8cb background
background-color: #ffc8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8cb; background: linear-gradient(135deg, #ffc8cb, #FFEAC8);