#ce95ba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 149, 186
HSL
321°, 37%, 70%
CMYK
0, 28, 10, 19
Luminance
0.3816
Every format
| HEX | #ce95ba |
| RGB | rgb(206, 149, 186) |
| HSL | hsl(321, 37%, 70%) |
| CMYK | cmyk(0%, 28%, 10%, 19%) |
| LAB | lab(68.1 27.2 -10.7) |
| LCH | lch(68.1 29.2 338.5) |
| OKLCH | oklch(0.736 0.084 340.3) |
Copy-ready code
/* CSS */
color: #ce95ba;
background-color: #ce95ba;
/* Tailwind (arbitrary) */
class="text-[#ce95ba] bg-[#ce95ba]"
/* SCSS */
$brand: #ce95ba;
/* SwiftUI */
Color(red: 0.808, green: 0.584, blue: 0.729)
/* Android */
Color.parseColor("#ce95ba")Accessibility — WCAG contrast
Aa
#ce95ba on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce95ba on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow9.7%
Key (black)19.2%
Color previews
#ce95ba text on a black background
contrast 8.63:1
Card sample
#ce95ba text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce95ba;
Background color
Panel with #ce95ba background
background-color: #ce95ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce95ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 149, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 149, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce95ba; background: linear-gradient(135deg, #ce95ba, #CE9695);