#c8bafe
a pale, electric blue · warm · closest name: plum
RGB
200, 186, 254
HSL
252°, 97%, 86%
CMYK
21, 27, 0, 0
Luminance
0.5455
Every format
| HEX | #c8bafe |
| RGB | rgb(200, 186, 254) |
| HSL | hsl(252, 97%, 86%) |
| CMYK | cmyk(21%, 27%, 0%, 0%) |
| LAB | lab(78.8 18.6 -31.7) |
| LCH | lch(78.8 36.8 300.4) |
| OKLCH | oklch(0.824 0.095 293.6) |
Copy-ready code
/* CSS */
color: #c8bafe;
background-color: #c8bafe;
/* Tailwind (arbitrary) */
class="text-[#c8bafe] bg-[#c8bafe]"
/* SCSS */
$brand: #c8bafe;
/* SwiftUI */
Color(red: 0.784, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#c8bafe")Accessibility — WCAG contrast
Aa
#c8bafe on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bafe on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green72.9%
Blue99.6%
CMYK percentages
Cyan21.3%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c8bafe text on a black background
contrast 11.91:1
Card sample
#c8bafe text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bafe;
Background color
Panel with #c8bafe background
background-color: #c8bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bafe; background: linear-gradient(135deg, #c8bafe, #F5BAFE);