#c2bbf7
a pale, electric blue · warm · closest name: plum
RGB
194, 187, 247
HSL
247°, 79%, 85%
CMYK
22, 24, 0, 3
Luminance
0.5373
Every format
| HEX | #c2bbf7 |
| RGB | rgb(194, 187, 247) |
| HSL | hsl(247, 79%, 85%) |
| CMYK | cmyk(22%, 24%, 0%, 3%) |
| LAB | lab(78.3 14.7 -28.8) |
| LCH | lch(78.3 32.3 297.1) |
| OKLCH | oklch(0.819 0.084 289.8) |
Copy-ready code
/* CSS */
color: #c2bbf7;
background-color: #c2bbf7;
/* Tailwind (arbitrary) */
class="text-[#c2bbf7] bg-[#c2bbf7]"
/* SCSS */
$brand: #c2bbf7;
/* SwiftUI */
Color(red: 0.761, green: 0.733, blue: 0.969)
/* Android */
Color.parseColor("#c2bbf7")Accessibility — WCAG contrast
Aa
#c2bbf7 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bbf7 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.3%
Blue96.9%
CMYK percentages
Cyan21.5%
Magenta24.3%
Yellow0.0%
Key (black)3.1%
Color previews
#c2bbf7 text on a black background
contrast 11.75:1
Card sample
#c2bbf7 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bbf7;
Background color
Panel with #c2bbf7 background
background-color: #c2bbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 187, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 187, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bbf7; background: linear-gradient(135deg, #c2bbf7, #EABBF7);