#c1baf3
a light, vivid blue · warm · closest name: plum
RGB
193, 186, 243
HSL
247°, 70%, 84%
CMYK
21, 24, 0, 5
Luminance
0.5293
Every format
| HEX | #c1baf3 |
| RGB | rgb(193, 186, 243) |
| HSL | hsl(247, 70%, 84%) |
| CMYK | cmyk(21%, 24%, 0%, 5%) |
| LAB | lab(77.8 14.0 -27.3) |
| LCH | lch(77.8 30.7 297.2) |
| OKLCH | oklch(0.814 0.080 290.1) |
Copy-ready code
/* CSS */
color: #c1baf3;
background-color: #c1baf3;
/* Tailwind (arbitrary) */
class="text-[#c1baf3] bg-[#c1baf3]"
/* SCSS */
$brand: #c1baf3;
/* SwiftUI */
Color(red: 0.757, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#c1baf3")Accessibility — WCAG contrast
Aa
#c1baf3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1baf3 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green72.9%
Blue95.3%
CMYK percentages
Cyan20.6%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#c1baf3 text on a black background
contrast 11.59:1
Card sample
#c1baf3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1baf3;
Background color
Panel with #c1baf3 background
background-color: #c1baf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1baf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1baf3; background: linear-gradient(135deg, #c1baf3, #E7BAF3);