#c0bccf
a light, soft blue · warm · closest name: silver
RGB
192, 188, 207
HSL
253°, 17%, 78%
CMYK
7, 9, 0, 19
Luminance
0.5168
Every format
| HEX | #c0bccf |
| RGB | rgb(192, 188, 207) |
| HSL | hsl(253, 17%, 78%) |
| CMYK | cmyk(7%, 9%, 0%, 19%) |
| LAB | lab(77.1 5.0 -9.0) |
| LCH | lch(77.1 10.3 299.0) |
| OKLCH | oklch(0.804 0.027 295.4) |
Copy-ready code
/* CSS */
color: #c0bccf;
background-color: #c0bccf;
/* Tailwind (arbitrary) */
class="text-[#c0bccf] bg-[#c0bccf]"
/* SCSS */
$brand: #c0bccf;
/* SwiftUI */
Color(red: 0.753, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#c0bccf")Accessibility — WCAG contrast
Aa
#c0bccf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bccf on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.7%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c0bccf text on a black background
contrast 11.34:1
Card sample
#c0bccf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bccf;
Background color
Panel with #c0bccf background
background-color: #c0bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bccf; background: linear-gradient(135deg, #c0bccf, #CDBCCF);