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