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