#ffc2df
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 194, 223
HSL
332°, 100%, 88%
CMYK
0, 24, 13, 0
Luminance
0.6517
Every format
| HEX | #ffc2df |
| RGB | rgb(255, 194, 223) |
| HSL | hsl(332, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 13%, 0%) |
| LAB | lab(84.6 26.2 -5.9) |
| LCH | lch(84.6 26.8 347.2) |
| OKLCH | oklch(0.877 0.079 348.7) |
Copy-ready code
/* CSS */
color: #ffc2df;
background-color: #ffc2df;
/* Tailwind (arbitrary) */
class="text-[#ffc2df] bg-[#ffc2df]"
/* SCSS */
$brand: #ffc2df;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#ffc2df")Accessibility — WCAG contrast
Aa
#ffc2df on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc2df on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow12.5%
Key (black)0.0%
Color previews
#ffc2df text on a black background
contrast 14.03:1
Card sample
#ffc2df text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc2df;
Background color
Panel with #ffc2df background
background-color: #ffc2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc2df; background: linear-gradient(135deg, #ffc2df, #FFCEC2);