#ffc2fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 194, 253
HSL
302°, 100%, 88%
CMYK
0, 24, 1, 0
Luminance
0.6694
Every format
| HEX | #ffc2fd |
| RGB | rgb(255, 194, 253) |
| HSL | hsl(302, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 1%, 0%) |
| LAB | lab(85.5 31.3 -20.6) |
| LCH | lch(85.5 37.4 326.7) |
| OKLCH | oklch(0.887 0.103 327.5) |
Copy-ready code
/* CSS */
color: #ffc2fd;
background-color: #ffc2fd;
/* Tailwind (arbitrary) */
class="text-[#ffc2fd] bg-[#ffc2fd]"
/* SCSS */
$brand: #ffc2fd;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.992)
/* Android */
Color.parseColor("#ffc2fd")Accessibility — WCAG contrast
Aa
#ffc2fd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc2fd on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow0.8%
Key (black)0.0%
Color previews
#ffc2fd text on a black background
contrast 14.39:1
Card sample
#ffc2fd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc2fd;
Background color
Panel with #ffc2fd background
background-color: #ffc2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc2fd; background: linear-gradient(135deg, #ffc2fd, #FFC2D4);