#c2bafe
a pale, electric blue · warm · closest name: plum
RGB
194, 186, 254
HSL
247°, 97%, 86%
CMYK
24, 27, 0, 0
Luminance
0.5374
Every format
| HEX | #c2bafe |
| RGB | rgb(194, 186, 254) |
| HSL | hsl(247, 97%, 86%) |
| CMYK | cmyk(24%, 27%, 0%, 0%) |
| LAB | lab(78.3 16.8 -32.5) |
| LCH | lch(78.3 36.6 297.4) |
| OKLCH | oklch(0.819 0.095 289.5) |
Copy-ready code
/* CSS */
color: #c2bafe;
background-color: #c2bafe;
/* Tailwind (arbitrary) */
class="text-[#c2bafe] bg-[#c2bafe]"
/* SCSS */
$brand: #c2bafe;
/* SwiftUI */
Color(red: 0.761, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#c2bafe")Accessibility — WCAG contrast
Aa
#c2bafe on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bafe on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.9%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c2bafe text on a black background
contrast 11.75:1
Card sample
#c2bafe text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bafe;
Background color
Panel with #c2bafe background
background-color: #c2bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bafe; background: linear-gradient(135deg, #c2bafe, #EFBAFE);