#c5bafc
a pale, electric blue · warm · closest name: plum
RGB
197, 186, 252
HSL
250°, 92%, 86%
CMYK
22, 26, 0, 1
Luminance
0.5402
Every format
| HEX | #c5bafc |
| RGB | rgb(197, 186, 252) |
| HSL | hsl(250, 92%, 86%) |
| CMYK | cmyk(22%, 26%, 0%, 1%) |
| LAB | lab(78.5 17.3 -31.2) |
| LCH | lch(78.5 35.6 299.0) |
| OKLCH | oklch(0.821 0.092 291.9) |
Copy-ready code
/* CSS */
color: #c5bafc;
background-color: #c5bafc;
/* Tailwind (arbitrary) */
class="text-[#c5bafc] bg-[#c5bafc]"
/* SCSS */
$brand: #c5bafc;
/* SwiftUI */
Color(red: 0.773, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#c5bafc")Accessibility — WCAG contrast
Aa
#c5bafc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bafc on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green72.9%
Blue98.8%
CMYK percentages
Cyan21.8%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#c5bafc text on a black background
contrast 11.80:1
Card sample
#c5bafc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bafc;
Background color
Panel with #c5bafc background
background-color: #c5bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bafc; background: linear-gradient(135deg, #c5bafc, #F1BAFC);