#c6b2cf
a light, soft violet · warm · closest name: silver
RGB
198, 178, 207
HSL
281°, 23%, 76%
CMYK
4, 14, 0, 19
Luminance
0.4835
Every format
| HEX | #c6b2cf |
| RGB | rgb(198, 178, 207) |
| HSL | hsl(281, 23%, 76%) |
| CMYK | cmyk(4%, 14%, 0%, 19%) |
| LAB | lab(75.0 12.4 -12.0) |
| LCH | lch(75.0 17.3 316.0) |
| OKLCH | oklch(0.790 0.046 315.4) |
Copy-ready code
/* CSS */
color: #c6b2cf;
background-color: #c6b2cf;
/* Tailwind (arbitrary) */
class="text-[#c6b2cf] bg-[#c6b2cf]"
/* SCSS */
$brand: #c6b2cf;
/* SwiftUI */
Color(red: 0.776, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#c6b2cf")Accessibility — WCAG contrast
Aa
#c6b2cf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b2cf on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green69.8%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c6b2cf text on a black background
contrast 10.67:1
Card sample
#c6b2cf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b2cf;
Background color
Panel with #c6b2cf background
background-color: #c6b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b2cf; background: linear-gradient(135deg, #c6b2cf, #CFB2C5);