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