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