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