#c2bcf0
a light, vivid blue · warm · closest name: plum
RGB
194, 188, 240
HSL
247°, 63%, 84%
CMYK
19, 22, 0, 6
Luminance
0.5373
Every format
| HEX | #c2bcf0 |
| RGB | rgb(194, 188, 240) |
| HSL | hsl(247, 63%, 84%) |
| CMYK | cmyk(19%, 22%, 0%, 6%) |
| LAB | lab(78.3 12.6 -25.0) |
| LCH | lch(78.3 28.0 296.7) |
| OKLCH | oklch(0.818 0.073 290.0) |
Copy-ready code
/* CSS */
color: #c2bcf0;
background-color: #c2bcf0;
/* Tailwind (arbitrary) */
class="text-[#c2bcf0] bg-[#c2bcf0]"
/* SCSS */
$brand: #c2bcf0;
/* SwiftUI */
Color(red: 0.761, green: 0.737, blue: 0.941)
/* Android */
Color.parseColor("#c2bcf0")Accessibility — WCAG contrast
Aa
#c2bcf0 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bcf0 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.7%
Blue94.1%
CMYK percentages
Cyan19.2%
Magenta21.7%
Yellow0.0%
Key (black)5.9%
Color previews
#c2bcf0 text on a black background
contrast 11.75:1
Card sample
#c2bcf0 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bcf0;
Background color
Panel with #c2bcf0 background
background-color: #c2bcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 188, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 188, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bcf0; background: linear-gradient(135deg, #c2bcf0, #E5BCF0);