#c5b5ee
a light, vivid violet · warm · closest name: plum
RGB
197, 181, 238
HSL
257°, 63%, 82%
CMYK
17, 24, 0, 7
Luminance
0.5109
Every format
| HEX | #c5b5ee |
| RGB | rgb(197, 181, 238) |
| HSL | hsl(257, 63%, 82%) |
| CMYK | cmyk(17%, 24%, 0%, 7%) |
| LAB | lab(76.7 16.9 -26.3) |
| LCH | lch(76.7 31.3 302.7) |
| OKLCH | oklch(0.806 0.081 297.4) |
Copy-ready code
/* CSS */
color: #c5b5ee;
background-color: #c5b5ee;
/* Tailwind (arbitrary) */
class="text-[#c5b5ee] bg-[#c5b5ee]"
/* SCSS */
$brand: #c5b5ee;
/* SwiftUI */
Color(red: 0.773, green: 0.710, blue: 0.933)
/* Android */
Color.parseColor("#c5b5ee")Accessibility — WCAG contrast
Aa
#c5b5ee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b5ee on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green71.0%
Blue93.3%
CMYK percentages
Cyan17.2%
Magenta23.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c5b5ee text on a black background
contrast 11.22:1
Card sample
#c5b5ee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b5ee;
Background color
Panel with #c5b5ee background
background-color: #c5b5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 181, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 181, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b5ee; background: linear-gradient(135deg, #c5b5ee, #EBB5EE);