#ffc5cb
a pale, electric red · warm · closest name: pink
RGB
255, 197, 203
HSL
354°, 100%, 89%
CMYK
0, 23, 20, 0
Luminance
0.6550
Every format
| HEX | #ffc5cb |
| RGB | rgb(255, 197, 203) |
| HSL | hsl(354, 100%, 89%) |
| CMYK | cmyk(0%, 23%, 20%, 0%) |
| LAB | lab(84.7 21.5 5.0) |
| LCH | lch(84.7 22.1 13.1) |
| OKLCH | oklch(0.877 0.067 11.6) |
Copy-ready code
/* CSS */
color: #ffc5cb;
background-color: #ffc5cb;
/* Tailwind (arbitrary) */
class="text-[#ffc5cb] bg-[#ffc5cb]"
/* SCSS */
$brand: #ffc5cb;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.796)
/* Android */
Color.parseColor("#ffc5cb")Accessibility — WCAG contrast
Aa
#ffc5cb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc5cb on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow20.4%
Key (black)0.0%
Color previews
#ffc5cb text on a black background
contrast 14.10:1
Card sample
#ffc5cb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc5cb;
Background color
Panel with #ffc5cb background
background-color: #ffc5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc5cb; background: linear-gradient(135deg, #ffc5cb, #FFE6C5);