#c1b0ee
a light, vivid violet · warm · closest name: plum
RGB
193, 176, 238
HSL
257°, 65%, 81%
CMYK
19, 26, 0, 7
Luminance
0.4856
Every format
| HEX | #c1b0ee |
| RGB | rgb(193, 176, 238) |
| HSL | hsl(257, 65%, 81%) |
| CMYK | cmyk(19%, 26%, 0%, 7%) |
| LAB | lab(75.2 18.4 -28.7) |
| LCH | lch(75.2 34.1 302.7) |
| OKLCH | oklch(0.793 0.088 296.9) |
Copy-ready code
/* CSS */
color: #c1b0ee;
background-color: #c1b0ee;
/* Tailwind (arbitrary) */
class="text-[#c1b0ee] bg-[#c1b0ee]"
/* SCSS */
$brand: #c1b0ee;
/* SwiftUI */
Color(red: 0.757, green: 0.690, blue: 0.933)
/* Android */
Color.parseColor("#c1b0ee")Accessibility — WCAG contrast
Aa
#c1b0ee on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1b0ee on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green69.0%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta26.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c1b0ee text on a black background
contrast 10.71:1
Card sample
#c1b0ee text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1b0ee;
Background color
Panel with #c1b0ee background
background-color: #c1b0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1b0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 176, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 176, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1b0ee; background: linear-gradient(135deg, #c1b0ee, #EAB0EE);