#ce92ba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 146, 186
HSL
320°, 38%, 69%
CMYK
0, 29, 10, 19
Luminance
0.3722
Every format
| HEX | #ce92ba |
| RGB | rgb(206, 146, 186) |
| HSL | hsl(320, 38%, 69%) |
| CMYK | cmyk(0%, 29%, 10%, 19%) |
| LAB | lab(67.5 28.8 -11.7) |
| LCH | lch(67.5 31.1 337.9) |
| OKLCH | oklch(0.731 0.089 339.6) |
Copy-ready code
/* CSS */
color: #ce92ba;
background-color: #ce92ba;
/* Tailwind (arbitrary) */
class="text-[#ce92ba] bg-[#ce92ba]"
/* SCSS */
$brand: #ce92ba;
/* SwiftUI */
Color(red: 0.808, green: 0.573, blue: 0.729)
/* Android */
Color.parseColor("#ce92ba")Accessibility — WCAG contrast
Aa
#ce92ba on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce92ba on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green57.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow9.7%
Key (black)19.2%
Color previews
#ce92ba text on a black background
contrast 8.44:1
Card sample
#ce92ba text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce92ba;
Background color
Panel with #ce92ba background
background-color: #ce92ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce92ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 146, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 146, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce92ba; background: linear-gradient(135deg, #ce92ba, #CE9292);