#ce82ac
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 130, 172
HSL
327°, 44%, 66%
CMYK
0, 37, 17, 19
Luminance
0.3207
Every format
| HEX | #ce82ac |
| RGB | rgb(206, 130, 172) |
| HSL | hsl(327, 44%, 66%) |
| CMYK | cmyk(0%, 37%, 17%, 19%) |
| LAB | lab(63.4 35.2 -9.9) |
| LCH | lch(63.4 36.6 344.3) |
| OKLCH | oklch(0.698 0.107 346.0) |
Copy-ready code
/* CSS */
color: #ce82ac;
background-color: #ce82ac;
/* Tailwind (arbitrary) */
class="text-[#ce82ac] bg-[#ce82ac]"
/* SCSS */
$brand: #ce82ac;
/* SwiftUI */
Color(red: 0.808, green: 0.510, blue: 0.675)
/* Android */
Color.parseColor("#ce82ac")Accessibility — WCAG contrast
Aa
#ce82ac on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce82ac on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow16.5%
Key (black)19.2%
Color previews
#ce82ac text on a black background
contrast 7.41:1
Card sample
#ce82ac text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce82ac;
Background color
Panel with #ce82ac background
background-color: #ce82ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce82ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 130, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 130, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce82ac; background: linear-gradient(135deg, #ce82ac, #CE8B82);