#cbb8cf
a light, soft violet · warm · closest name: silver
RGB
203, 184, 207
HSL
290°, 19%, 77%
CMYK
2, 11, 0, 19
Luminance
0.5148
Every format
| HEX | #cbb8cf |
| RGB | rgb(203, 184, 207) |
| HSL | hsl(290, 19%, 77%) |
| CMYK | cmyk(2%, 11%, 0%, 19%) |
| LAB | lab(77.0 10.9 -9.1) |
| LCH | lch(77.0 14.2 320.1) |
| OKLCH | oklch(0.806 0.038 320.4) |
Copy-ready code
/* CSS */
color: #cbb8cf;
background-color: #cbb8cf;
/* Tailwind (arbitrary) */
class="text-[#cbb8cf] bg-[#cbb8cf]"
/* SCSS */
$brand: #cbb8cf;
/* SwiftUI */
Color(red: 0.796, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#cbb8cf")Accessibility — WCAG contrast
Aa
#cbb8cf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb8cf on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.2%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta11.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cbb8cf text on a black background
contrast 11.30:1
Card sample
#cbb8cf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb8cf;
Background color
Panel with #cbb8cf background
background-color: #cbb8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb8cf; background: linear-gradient(135deg, #cbb8cf, #CFB8C4);