#c0bfd2
a light, soft blue · warm · closest name: silver
RGB
192, 191, 210
HSL
243°, 17%, 79%
CMYK
9, 9, 0, 18
Luminance
0.5312
Every format
| HEX | #c0bfd2 |
| RGB | rgb(192, 191, 210) |
| HSL | hsl(243, 17%, 79%) |
| CMYK | cmyk(9%, 9%, 0%, 18%) |
| LAB | lab(78.0 4.0 -9.4) |
| LCH | lch(78.0 10.2 293.1) |
| OKLCH | oklch(0.811 0.026 288.2) |
Copy-ready code
/* CSS */
color: #c0bfd2;
background-color: #c0bfd2;
/* Tailwind (arbitrary) */
class="text-[#c0bfd2] bg-[#c0bfd2]"
/* SCSS */
$brand: #c0bfd2;
/* SwiftUI */
Color(red: 0.753, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#c0bfd2")Accessibility — WCAG contrast
Aa
#c0bfd2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bfd2 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green74.9%
Blue82.4%
CMYK percentages
Cyan8.6%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#c0bfd2 text on a black background
contrast 11.62:1
Card sample
#c0bfd2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bfd2;
Background color
Panel with #c0bfd2 background
background-color: #c0bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bfd2; background: linear-gradient(135deg, #c0bfd2, #CDBFD2);