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