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