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