#ffc4ce
a pale, electric red · warm · “pink”
RGB
255, 196, 206
HSL
350°, 100%, 88%
CMYK
0, 23, 19, 0
Luminance
0.6520
Every format
| HEX | #ffc4ce |
| RGB | rgb(255, 196, 206) |
| HSL | hsl(350, 100%, 88%) |
| CMYK | cmyk(0%, 23%, 19%, 0%) |
| LAB | lab(84.6 22.5 3.2) |
| LCH | lch(84.6 22.7 8.0) |
| OKLCH | oklch(0.876 0.069 7.3) |
Copy-ready code
/* CSS */
color: #ffc4ce;
background-color: #ffc4ce;
/* Tailwind (arbitrary) */
class="text-[#ffc4ce] bg-[#ffc4ce]"
/* SCSS */
$brand: #ffc4ce;
/* SwiftUI */
Color(red: 1.000, green: 0.769, blue: 0.808)
/* Android */
Color.parseColor("#ffc4ce")Accessibility — WCAG contrast
Aa
#ffc4ce on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc4ce on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow19.2%
Key (black)0.0%
Color previews
#ffc4ce text on a black background
contrast 14.04:1
Card sample
#ffc4ce text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc4ce;
Background color
Panel with #ffc4ce background
background-color: #ffc4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 196, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 196, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc4ce; background: linear-gradient(135deg, #ffc4ce, #FFE1C4);