#ce91c2
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 145, 194
HSL
312°, 38%, 69%
CMYK
0, 30, 6, 19
Luminance
0.3727
Every format
| HEX | #ce91c2 |
| RGB | rgb(206, 145, 194) |
| HSL | hsl(312, 38%, 69%) |
| CMYK | cmyk(0%, 30%, 6%, 19%) |
| LAB | lab(67.5 30.8 -16.1) |
| LCH | lch(67.5 34.8 332.3) |
| OKLCH | oklch(0.732 0.098 333.7) |
Copy-ready code
/* CSS */
color: #ce91c2;
background-color: #ce91c2;
/* Tailwind (arbitrary) */
class="text-[#ce91c2] bg-[#ce91c2]"
/* SCSS */
$brand: #ce91c2;
/* SwiftUI */
Color(red: 0.808, green: 0.569, blue: 0.761)
/* Android */
Color.parseColor("#ce91c2")Accessibility — WCAG contrast
Aa
#ce91c2 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce91c2 on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow5.8%
Key (black)19.2%
Color previews
#ce91c2 text on a black background
contrast 8.45:1
Card sample
#ce91c2 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce91c2;
Background color
Panel with #ce91c2 background
background-color: #ce91c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce91c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 145, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 145, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce91c2; background: linear-gradient(135deg, #ce91c2, #CE9199);