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