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