#ce82cc
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 130, 204
HSL
302°, 44%, 66%
CMYK
0, 37, 1, 19
Luminance
0.3345
Every format
| HEX | #ce82cc |
| RGB | rgb(206, 130, 204) |
| HSL | hsl(302, 44%, 66%) |
| CMYK | cmyk(0%, 37%, 1%, 19%) |
| LAB | lab(64.5 40.7 -26.3) |
| LCH | lch(64.5 48.4 327.2) |
| OKLCH | oklch(0.711 0.134 327.8) |
Copy-ready code
/* CSS */
color: #ce82cc;
background-color: #ce82cc;
/* Tailwind (arbitrary) */
class="text-[#ce82cc] bg-[#ce82cc]"
/* SCSS */
$brand: #ce82cc;
/* SwiftUI */
Color(red: 0.808, green: 0.510, blue: 0.800)
/* Android */
Color.parseColor("#ce82cc")Accessibility — WCAG contrast
Aa
#ce82cc on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce82cc on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow1.0%
Key (black)19.2%
Color previews
#ce82cc text on a black background
contrast 7.69:1
Card sample
#ce82cc text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce82cc;
Background color
Panel with #ce82cc background
background-color: #ce82cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce82cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 130, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 130, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce82cc; background: linear-gradient(135deg, #ce82cc, #CE8299);