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