#cbc0cf
a light, muted violet · warm · closest name: silver
RGB
203, 192, 207
HSL
284°, 14%, 78%
CMYK
2, 7, 0, 19
Luminance
0.5490
Every format
| HEX | #cbc0cf |
| RGB | rgb(203, 192, 207) |
| HSL | hsl(284, 14%, 78%) |
| CMYK | cmyk(2%, 7%, 0%, 19%) |
| LAB | lab(79.0 6.6 -6.1) |
| LCH | lch(79.0 9.0 317.1) |
| OKLCH | oklch(0.821 0.024 317.1) |
Copy-ready code
/* CSS */
color: #cbc0cf;
background-color: #cbc0cf;
/* Tailwind (arbitrary) */
class="text-[#cbc0cf] bg-[#cbc0cf]"
/* SCSS */
$brand: #cbc0cf;
/* SwiftUI */
Color(red: 0.796, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#cbc0cf")Accessibility — WCAG contrast
Aa
#cbc0cf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc0cf on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green75.3%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cbc0cf text on a black background
contrast 11.98:1
Card sample
#cbc0cf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc0cf;
Background color
Panel with #cbc0cf background
background-color: #cbc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc0cf; background: linear-gradient(135deg, #cbc0cf, #CFC0C9);