#c0bcf3
a light, vivid blue · warm · closest name: plum
RGB
192, 188, 243
HSL
244°, 70%, 85%
CMYK
21, 23, 0, 5
Luminance
0.5364
Every format
| HEX | #c0bcf3 |
| RGB | rgb(192, 188, 243) |
| HSL | hsl(244, 70%, 85%) |
| CMYK | cmyk(21%, 23%, 0%, 5%) |
| LAB | lab(78.3 12.6 -26.7) |
| LCH | lch(78.3 29.5 295.3) |
| OKLCH | oklch(0.817 0.077 287.9) |
Copy-ready code
/* CSS */
color: #c0bcf3;
background-color: #c0bcf3;
/* Tailwind (arbitrary) */
class="text-[#c0bcf3] bg-[#c0bcf3]"
/* SCSS */
$brand: #c0bcf3;
/* SwiftUI */
Color(red: 0.753, green: 0.737, blue: 0.953)
/* Android */
Color.parseColor("#c0bcf3")Accessibility — WCAG contrast
Aa
#c0bcf3 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bcf3 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.7%
Blue95.3%
CMYK percentages
Cyan21.0%
Magenta22.6%
Yellow0.0%
Key (black)4.7%
Color previews
#c0bcf3 text on a black background
contrast 11.73:1
Card sample
#c0bcf3 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bcf3;
Background color
Panel with #c0bcf3 background
background-color: #c0bcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 188, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 188, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bcf3; background: linear-gradient(135deg, #c0bcf3, #E5BCF3);