#cbc5cf
a light, muted violet · warm · closest name: silver
RGB
203, 197, 207
HSL
276°, 9%, 79%
CMYK
2, 5, 0, 19
Luminance
0.5713
Every format
| HEX | #cbc5cf |
| RGB | rgb(203, 197, 207) |
| HSL | hsl(276, 9%, 79%) |
| CMYK | cmyk(2%, 5%, 0%, 19%) |
| LAB | lab(80.3 3.9 -4.2) |
| LCH | lch(80.3 5.8 312.7) |
| OKLCH | oklch(0.831 0.015 312.2) |
Copy-ready code
/* CSS */
color: #cbc5cf;
background-color: #cbc5cf;
/* Tailwind (arbitrary) */
class="text-[#cbc5cf] bg-[#cbc5cf]"
/* SCSS */
$brand: #cbc5cf;
/* SwiftUI */
Color(red: 0.796, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#cbc5cf")Accessibility — WCAG contrast
Aa
#cbc5cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc5cf on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green77.3%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cbc5cf text on a black background
contrast 12.43:1
Card sample
#cbc5cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc5cf;
Background color
Panel with #cbc5cf background
background-color: #cbc5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc5cf; background: linear-gradient(135deg, #cbc5cf, #CFC5CC);