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