#c7bfd2
a light, soft violet · warm · closest name: silver
RGB
199, 191, 210
HSL
265°, 17%, 79%
CMYK
5, 9, 0, 18
Luminance
0.5406
Every format
| HEX | #c7bfd2 |
| RGB | rgb(199, 191, 210) |
| HSL | hsl(265, 17%, 79%) |
| CMYK | cmyk(5%, 9%, 0%, 18%) |
| LAB | lab(78.5 6.3 -8.5) |
| LCH | lch(78.5 10.6 306.7) |
| OKLCH | oklch(0.817 0.028 304.8) |
Copy-ready code
/* CSS */
color: #c7bfd2;
background-color: #c7bfd2;
/* Tailwind (arbitrary) */
class="text-[#c7bfd2] bg-[#c7bfd2]"
/* SCSS */
$brand: #c7bfd2;
/* SwiftUI */
Color(red: 0.780, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#c7bfd2")Accessibility — WCAG contrast
Aa
#c7bfd2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bfd2 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green74.9%
Blue82.4%
CMYK percentages
Cyan5.2%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#c7bfd2 text on a black background
contrast 11.81:1
Card sample
#c7bfd2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bfd2;
Background color
Panel with #c7bfd2 background
background-color: #c7bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bfd2; background: linear-gradient(135deg, #c7bfd2, #D2BFD0);