#c7c2d2
a light, soft violet · warm · closest name: silver
RGB
199, 194, 210
HSL
259°, 15%, 79%
CMYK
5, 8, 0, 18
Luminance
0.5538
Every format
| HEX | #c7c2d2 |
| RGB | rgb(199, 194, 210) |
| HSL | hsl(259, 15%, 79%) |
| CMYK | cmyk(5%, 8%, 0%, 18%) |
| LAB | lab(79.3 4.7 -7.4) |
| LCH | lch(79.3 8.8 302.7) |
| OKLCH | oklch(0.823 0.023 300.1) |
Copy-ready code
/* CSS */
color: #c7c2d2;
background-color: #c7c2d2;
/* Tailwind (arbitrary) */
class="text-[#c7c2d2] bg-[#c7c2d2]"
/* SCSS */
$brand: #c7c2d2;
/* SwiftUI */
Color(red: 0.780, green: 0.761, blue: 0.824)
/* Android */
Color.parseColor("#c7c2d2")Accessibility — WCAG contrast
Aa
#c7c2d2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c2d2 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.1%
Blue82.4%
CMYK percentages
Cyan5.2%
Magenta7.6%
Yellow0.0%
Key (black)17.6%
Color previews
#c7c2d2 text on a black background
contrast 12.08:1
Card sample
#c7c2d2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c2d2;
Background color
Panel with #c7c2d2 background
background-color: #c7c2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 194, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 194, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c2d2; background: linear-gradient(135deg, #c7c2d2, #D2C2D2);