#cbc4cf
a light, muted violet · warm · closest name: silver
RGB
203, 196, 207
HSL
278°, 10%, 79%
CMYK
2, 5, 0, 19
Luminance
0.5668
Every format
| HEX | #cbc4cf |
| RGB | rgb(203, 196, 207) |
| HSL | hsl(278, 10%, 79%) |
| CMYK | cmyk(2%, 5%, 0%, 19%) |
| LAB | lab(80.0 4.5 -4.6) |
| LCH | lch(80.0 6.4 313.9) |
| OKLCH | oklch(0.829 0.017 313.6) |
Copy-ready code
/* CSS */
color: #cbc4cf;
background-color: #cbc4cf;
/* Tailwind (arbitrary) */
class="text-[#cbc4cf] bg-[#cbc4cf]"
/* SCSS */
$brand: #cbc4cf;
/* SwiftUI */
Color(red: 0.796, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#cbc4cf")Accessibility — WCAG contrast
Aa
#cbc4cf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc4cf on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.9%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#cbc4cf text on a black background
contrast 12.34:1
Card sample
#cbc4cf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc4cf;
Background color
Panel with #cbc4cf background
background-color: #cbc4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc4cf; background: linear-gradient(135deg, #cbc4cf, #CFC4CC);