#cbb2cb
a light, soft magenta / pink · warm · closest name: silver
RGB
203, 178, 203
HSL
300°, 19%, 75%
CMYK
0, 12, 0, 20
Luminance
0.4885
Every format
| HEX | #cbb2cb |
| RGB | rgb(203, 178, 203) |
| HSL | hsl(300, 19%, 75%) |
| CMYK | cmyk(0%, 12%, 0%, 20%) |
| LAB | lab(75.4 13.4 -9.3) |
| LCH | lch(75.4 16.3 325.1) |
| OKLCH | oklch(0.793 0.044 326.0) |
Copy-ready code
/* CSS */
color: #cbb2cb;
background-color: #cbb2cb;
/* Tailwind (arbitrary) */
class="text-[#cbb2cb] bg-[#cbb2cb]"
/* SCSS */
$brand: #cbb2cb;
/* SwiftUI */
Color(red: 0.796, green: 0.698, blue: 0.796)
/* Android */
Color.parseColor("#cbb2cb")Accessibility — WCAG contrast
Aa
#cbb2cb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb2cb on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green69.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow0.0%
Key (black)20.4%
Color previews
#cbb2cb text on a black background
contrast 10.77:1
Card sample
#cbb2cb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb2cb;
Background color
Panel with #cbb2cb background
background-color: #cbb2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 178, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 178, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb2cb; background: linear-gradient(135deg, #cbb2cb, #CBB2BA);