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