#c5bcdf
a light, soft violet · warm · closest name: lavender
RGB
197, 188, 223
HSL
255°, 35%, 81%
CMYK
12, 16, 0, 13
Luminance
0.5316
Every format
| HEX | #c5bcdf |
| RGB | rgb(197, 188, 223) |
| HSL | hsl(255, 35%, 81%) |
| CMYK | cmyk(12%, 16%, 0%, 13%) |
| LAB | lab(78.0 9.9 -16.3) |
| LCH | lch(78.0 19.1 301.2) |
| OKLCH | oklch(0.814 0.050 297.1) |
Copy-ready code
/* CSS */
color: #c5bcdf;
background-color: #c5bcdf;
/* Tailwind (arbitrary) */
class="text-[#c5bcdf] bg-[#c5bcdf]"
/* SCSS */
$brand: #c5bcdf;
/* SwiftUI */
Color(red: 0.773, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#c5bcdf")Accessibility — WCAG contrast
Aa
#c5bcdf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bcdf on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c5bcdf text on a black background
contrast 11.63:1
Card sample
#c5bcdf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bcdf;
Background color
Panel with #c5bcdf background
background-color: #c5bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bcdf; background: linear-gradient(135deg, #c5bcdf, #DCBCDF);