#c5bccf
a light, soft violet · warm · closest name: silver
RGB
197, 188, 207
HSL
268°, 17%, 78%
CMYK
5, 9, 0, 19
Luminance
0.5234
Every format
| HEX | #c5bccf |
| RGB | rgb(197, 188, 207) |
| HSL | hsl(268, 17%, 78%) |
| CMYK | cmyk(5%, 9%, 0%, 19%) |
| LAB | lab(77.5 6.7 -8.4) |
| LCH | lch(77.5 10.7 308.5) |
| OKLCH | oklch(0.808 0.028 307.0) |
Copy-ready code
/* CSS */
color: #c5bccf;
background-color: #c5bccf;
/* Tailwind (arbitrary) */
class="text-[#c5bccf] bg-[#c5bccf]"
/* SCSS */
$brand: #c5bccf;
/* SwiftUI */
Color(red: 0.773, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#c5bccf")Accessibility — WCAG contrast
Aa
#c5bccf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bccf on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green73.7%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c5bccf text on a black background
contrast 11.47:1
Card sample
#c5bccf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bccf;
Background color
Panel with #c5bccf background
background-color: #c5bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bccf; background: linear-gradient(135deg, #c5bccf, #CFBCCC);