#ffc5cf
a pale, electric red · warm · “pink”
RGB
255, 197, 207
HSL
350°, 100%, 89%
CMYK
0, 23, 19, 0
Luminance
0.6570
Every format
| HEX | #ffc5cf |
| RGB | rgb(255, 197, 207) |
| HSL | hsl(350, 100%, 89%) |
| CMYK | cmyk(0%, 23%, 19%, 0%) |
| LAB | lab(84.8 22.1 3.0) |
| LCH | lch(84.8 22.3 7.8) |
| OKLCH | oklch(0.878 0.067 7.0) |
Copy-ready code
/* CSS */
color: #ffc5cf;
background-color: #ffc5cf;
/* Tailwind (arbitrary) */
class="text-[#ffc5cf] bg-[#ffc5cf]"
/* SCSS */
$brand: #ffc5cf;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#ffc5cf")Accessibility — WCAG contrast
Aa
#ffc5cf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc5cf on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow18.8%
Key (black)0.0%
Color previews
#ffc5cf text on a black background
contrast 14.14:1
Card sample
#ffc5cf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc5cf;
Background color
Panel with #ffc5cf background
background-color: #ffc5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc5cf; background: linear-gradient(135deg, #ffc5cf, #FFE2C5);