#c3baf8
a pale, electric blue · warm · closest name: plum
RGB
195, 186, 248
HSL
249°, 82%, 85%
CMYK
21, 25, 0, 3
Luminance
0.5350
Every format
| HEX | #c3baf8 |
| RGB | rgb(195, 186, 248) |
| HSL | hsl(249, 82%, 85%) |
| CMYK | cmyk(21%, 25%, 0%, 3%) |
| LAB | lab(78.2 15.8 -29.5) |
| LCH | lch(78.2 33.5 298.1) |
| OKLCH | oklch(0.818 0.087 291.0) |
Copy-ready code
/* CSS */
color: #c3baf8;
background-color: #c3baf8;
/* Tailwind (arbitrary) */
class="text-[#c3baf8] bg-[#c3baf8]"
/* SCSS */
$brand: #c3baf8;
/* SwiftUI */
Color(red: 0.765, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#c3baf8")Accessibility — WCAG contrast
Aa
#c3baf8 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3baf8 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green72.9%
Blue97.3%
CMYK percentages
Cyan21.4%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#c3baf8 text on a black background
contrast 11.70:1
Card sample
#c3baf8 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3baf8;
Background color
Panel with #c3baf8 background
background-color: #c3baf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3baf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3baf8; background: linear-gradient(135deg, #c3baf8, #ECBAF8);