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