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