#c2b9cb
a light, muted violet · warm · closest name: silver
RGB
194, 185, 203
HSL
270°, 15%, 76%
CMYK
4, 9, 0, 20
Luminance
0.5048
Every format
| HEX | #c2b9cb |
| RGB | rgb(194, 185, 203) |
| HSL | hsl(270, 15%, 76%) |
| CMYK | cmyk(4%, 9%, 0%, 20%) |
| LAB | lab(76.4 6.5 -7.9) |
| LCH | lch(76.4 10.3 309.5) |
| OKLCH | oklch(0.799 0.027 308.1) |
Copy-ready code
/* CSS */
color: #c2b9cb;
background-color: #c2b9cb;
/* Tailwind (arbitrary) */
class="text-[#c2b9cb] bg-[#c2b9cb]"
/* SCSS */
$brand: #c2b9cb;
/* SwiftUI */
Color(red: 0.761, green: 0.725, blue: 0.796)
/* Android */
Color.parseColor("#c2b9cb")Accessibility — WCAG contrast
Aa
#c2b9cb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b9cb on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.5%
Blue79.6%
CMYK percentages
Cyan4.4%
Magenta8.9%
Yellow0.0%
Key (black)20.4%
Color previews
#c2b9cb text on a black background
contrast 11.10:1
Card sample
#c2b9cb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b9cb;
Background color
Panel with #c2b9cb background
background-color: #c2b9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 185, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 185, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b9cb; background: linear-gradient(135deg, #c2b9cb, #CBB9C8);