#cb9eb4
a light, soft magenta / pink · warm · closest name: pink
RGB
203, 158, 180
HSL
331°, 30%, 71%
CMYK
0, 22, 11, 20
Luminance
0.4045
Every format
| HEX | #cb9eb4 |
| RGB | rgb(203, 158, 180) |
| HSL | hsl(331, 30%, 71%) |
| CMYK | cmyk(0%, 22%, 11%, 20%) |
| LAB | lab(69.8 20.2 -4.9) |
| LCH | lch(69.8 20.8 346.3) |
| OKLCH | oklch(0.747 0.061 347.8) |
Copy-ready code
/* CSS */
color: #cb9eb4;
background-color: #cb9eb4;
/* Tailwind (arbitrary) */
class="text-[#cb9eb4] bg-[#cb9eb4]"
/* SCSS */
$brand: #cb9eb4;
/* SwiftUI */
Color(red: 0.796, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#cb9eb4")Accessibility — WCAG contrast
Aa
#cb9eb4 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9eb4 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow11.3%
Key (black)20.4%
Color previews
#cb9eb4 text on a black background
contrast 9.09:1
Card sample
#cb9eb4 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9eb4;
Background color
Panel with #cb9eb4 background
background-color: #cb9eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9eb4; background: linear-gradient(135deg, #cb9eb4, #CBA69E);