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