#c5b4ee
a light, vivid violet · warm · closest name: plum
RGB
197, 180, 238
HSL
258°, 63%, 82%
CMYK
17, 24, 0, 7
Luminance
0.5069
Every format
| HEX | #c5b4ee |
| RGB | rgb(197, 180, 238) |
| HSL | hsl(258, 63%, 82%) |
| CMYK | cmyk(17%, 24%, 0%, 7%) |
| LAB | lab(76.5 17.4 -26.7) |
| LCH | lch(76.5 31.9 303.2) |
| OKLCH | oklch(0.804 0.083 298.0) |
Copy-ready code
/* CSS */
color: #c5b4ee;
background-color: #c5b4ee;
/* Tailwind (arbitrary) */
class="text-[#c5b4ee] bg-[#c5b4ee]"
/* SCSS */
$brand: #c5b4ee;
/* SwiftUI */
Color(red: 0.773, green: 0.706, blue: 0.933)
/* Android */
Color.parseColor("#c5b4ee")Accessibility — WCAG contrast
Aa
#c5b4ee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b4ee on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green70.6%
Blue93.3%
CMYK percentages
Cyan17.2%
Magenta24.4%
Yellow0.0%
Key (black)6.7%
Color previews
#c5b4ee text on a black background
contrast 11.14:1
Card sample
#c5b4ee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b4ee;
Background color
Panel with #c5b4ee background
background-color: #c5b4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 180, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 180, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b4ee; background: linear-gradient(135deg, #c5b4ee, #ECB4EE);