#ffc2ea
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 194, 234
HSL
321°, 100%, 88%
CMYK
0, 24, 8, 0
Luminance
0.6578
Every format
| HEX | #ffc2ea |
| RGB | rgb(255, 194, 234) |
| HSL | hsl(321, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 8%, 0%) |
| LAB | lab(84.9 28.0 -11.3) |
| LCH | lch(84.9 30.2 337.9) |
| OKLCH | oklch(0.881 0.086 339.6) |
Copy-ready code
/* CSS */
color: #ffc2ea;
background-color: #ffc2ea;
/* Tailwind (arbitrary) */
class="text-[#ffc2ea] bg-[#ffc2ea]"
/* SCSS */
$brand: #ffc2ea;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.918)
/* Android */
Color.parseColor("#ffc2ea")Accessibility — WCAG contrast
Aa
#ffc2ea on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc2ea on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow8.2%
Key (black)0.0%
Color previews
#ffc2ea text on a black background
contrast 14.16:1
Card sample
#ffc2ea text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc2ea;
Background color
Panel with #ffc2ea background
background-color: #ffc2ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc2ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc2ea; background: linear-gradient(135deg, #ffc2ea, #FFC3C2);