#ce81cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 129, 207
HSL
299°, 45%, 66%
CMYK
1, 38, 0, 19
Luminance
0.3333
Every format
| HEX | #ce81cf |
| RGB | rgb(206, 129, 207) |
| HSL | hsl(299, 45%, 66%) |
| CMYK | cmyk(1%, 38%, 0%, 19%) |
| LAB | lab(64.4 41.8 -28.1) |
| LCH | lch(64.4 50.3 326.1) |
| OKLCH | oklch(0.710 0.139 326.5) |
Copy-ready code
/* CSS */
color: #ce81cf;
background-color: #ce81cf;
/* Tailwind (arbitrary) */
class="text-[#ce81cf] bg-[#ce81cf]"
/* SCSS */
$brand: #ce81cf;
/* SwiftUI */
Color(red: 0.808, green: 0.506, blue: 0.812)
/* Android */
Color.parseColor("#ce81cf")Accessibility — WCAG contrast
Aa
#ce81cf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce81cf on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green50.6%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta37.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ce81cf text on a black background
contrast 7.67:1
Card sample
#ce81cf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce81cf;
Background color
Panel with #ce81cf background
background-color: #ce81cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce81cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 129, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 129, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce81cf; background: linear-gradient(135deg, #ce81cf, #CF819C);