#fda2c2
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 162, 194
HSL
339°, 96%, 81%
CMYK
0, 36, 23, 1
Luminance
0.5062
Every format
| HEX | #fda2c2 |
| RGB | rgb(253, 162, 194) |
| HSL | hsl(339, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 23%, 1%) |
| LAB | lab(76.5 37.9 -2.2) |
| LCH | lch(76.5 37.9 356.6) |
| OKLCH | oklch(0.812 0.114 357.3) |
Copy-ready code
/* CSS */
color: #fda2c2;
background-color: #fda2c2;
/* Tailwind (arbitrary) */
class="text-[#fda2c2] bg-[#fda2c2]"
/* SCSS */
$brand: #fda2c2;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.761)
/* Android */
Color.parseColor("#fda2c2")Accessibility — WCAG contrast
Aa
#fda2c2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2c2 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow23.3%
Key (black)0.8%
Color previews
#fda2c2 text on a black background
contrast 11.12:1
Card sample
#fda2c2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2c2;
Background color
Panel with #fda2c2 background
background-color: #fda2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2c2; background: linear-gradient(135deg, #fda2c2, #FDBFA2);