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