#c7bbdf
a light, soft violet · warm · closest name: lavender
RGB
199, 187, 223
HSL
260°, 36%, 80%
CMYK
11, 16, 0, 13
Luminance
0.5301
Every format
| HEX | #c7bbdf |
| RGB | rgb(199, 187, 223) |
| HSL | hsl(260, 36%, 80%) |
| CMYK | cmyk(11%, 16%, 0%, 13%) |
| LAB | lab(77.9 11.1 -16.4) |
| LCH | lch(77.9 19.8 304.0) |
| OKLCH | oklch(0.814 0.052 300.5) |
Copy-ready code
/* CSS */
color: #c7bbdf;
background-color: #c7bbdf;
/* Tailwind (arbitrary) */
class="text-[#c7bbdf] bg-[#c7bbdf]"
/* SCSS */
$brand: #c7bbdf;
/* SwiftUI */
Color(red: 0.780, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#c7bbdf")Accessibility — WCAG contrast
Aa
#c7bbdf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bbdf on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.3%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c7bbdf text on a black background
contrast 11.60:1
Card sample
#c7bbdf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bbdf;
Background color
Panel with #c7bbdf background
background-color: #c7bbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bbdf; background: linear-gradient(135deg, #c7bbdf, #DFBBDF);