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