#ce82ba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 130, 186
HSL
316°, 44%, 66%
CMYK
0, 37, 10, 19
Luminance
0.3263
Every format
| HEX | #ce82ba |
| RGB | rgb(206, 130, 186) |
| HSL | hsl(316, 44%, 66%) |
| CMYK | cmyk(0%, 37%, 10%, 19%) |
| LAB | lab(63.9 37.5 -17.1) |
| LCH | lch(63.9 41.2 335.4) |
| OKLCH | oklch(0.703 0.118 337.1) |
Copy-ready code
/* CSS */
color: #ce82ba;
background-color: #ce82ba;
/* Tailwind (arbitrary) */
class="text-[#ce82ba] bg-[#ce82ba]"
/* SCSS */
$brand: #ce82ba;
/* SwiftUI */
Color(red: 0.808, green: 0.510, blue: 0.729)
/* Android */
Color.parseColor("#ce82ba")Accessibility — WCAG contrast
Aa
#ce82ba on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce82ba on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow9.7%
Key (black)19.2%
Color previews
#ce82ba text on a black background
contrast 7.53:1
Card sample
#ce82ba text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce82ba;
Background color
Panel with #ce82ba background
background-color: #ce82ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce82ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 130, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 130, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce82ba; background: linear-gradient(135deg, #ce82ba, #CE8287);