#cb9eb0
a light, soft magenta / pink · warm · closest name: pink
RGB
203, 158, 176
HSL
336°, 30%, 71%
CMYK
0, 22, 13, 20
Luminance
0.4028
Every format
| HEX | #cb9eb0 |
| RGB | rgb(203, 158, 176) |
| HSL | hsl(336, 30%, 71%) |
| CMYK | cmyk(0%, 22%, 13%, 20%) |
| LAB | lab(69.7 19.5 -2.9) |
| LCH | lch(69.7 19.7 351.6) |
| OKLCH | oklch(0.746 0.058 352.7) |
Copy-ready code
/* CSS */
color: #cb9eb0;
background-color: #cb9eb0;
/* Tailwind (arbitrary) */
class="text-[#cb9eb0] bg-[#cb9eb0]"
/* SCSS */
$brand: #cb9eb0;
/* SwiftUI */
Color(red: 0.796, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#cb9eb0")Accessibility — WCAG contrast
Aa
#cb9eb0 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9eb0 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow13.3%
Key (black)20.4%
Color previews
#cb9eb0 text on a black background
contrast 9.06:1
Card sample
#cb9eb0 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9eb0;
Background color
Panel with #cb9eb0 background
background-color: #cb9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9eb0; background: linear-gradient(135deg, #cb9eb0, #CBAA9E);