#c0bcdf
a light, soft blue · warm · closest name: lavender
RGB
192, 188, 223
HSL
247°, 35%, 81%
CMYK
14, 16, 0, 13
Luminance
0.5250
Every format
| HEX | #c0bcdf |
| RGB | rgb(192, 188, 223) |
| HSL | hsl(247, 35%, 81%) |
| CMYK | cmyk(14%, 16%, 0%, 13%) |
| LAB | lab(77.6 8.3 -16.9) |
| LCH | lch(77.6 18.9 296.0) |
| OKLCH | oklch(0.810 0.049 290.5) |
Copy-ready code
/* CSS */
color: #c0bcdf;
background-color: #c0bcdf;
/* Tailwind (arbitrary) */
class="text-[#c0bcdf] bg-[#c0bcdf]"
/* SCSS */
$brand: #c0bcdf;
/* SwiftUI */
Color(red: 0.753, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#c0bcdf")Accessibility — WCAG contrast
Aa
#c0bcdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bcdf on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c0bcdf text on a black background
contrast 11.50:1
Card sample
#c0bcdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bcdf;
Background color
Panel with #c0bcdf background
background-color: #c0bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bcdf; background: linear-gradient(135deg, #c0bcdf, #D7BCDF);