#c5b2fd
a light, electric violet · warm · closest name: plum
RGB
197, 178, 253
HSL
255°, 95%, 85%
CMYK
22, 30, 0, 1
Luminance
0.5080
Every format
| HEX | #c5b2fd |
| RGB | rgb(197, 178, 253) |
| HSL | hsl(255, 95%, 85%) |
| CMYK | cmyk(22%, 30%, 0%, 1%) |
| LAB | lab(76.6 21.9 -34.6) |
| LCH | lch(76.6 41.0 302.3) |
| OKLCH | oklch(0.806 0.106 295.6) |
Copy-ready code
/* CSS */
color: #c5b2fd;
background-color: #c5b2fd;
/* Tailwind (arbitrary) */
class="text-[#c5b2fd] bg-[#c5b2fd]"
/* SCSS */
$brand: #c5b2fd;
/* SwiftUI */
Color(red: 0.773, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#c5b2fd")Accessibility — WCAG contrast
Aa
#c5b2fd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b2fd on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green69.8%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c5b2fd text on a black background
contrast 11.16:1
Card sample
#c5b2fd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b2fd;
Background color
Panel with #c5b2fd background
background-color: #c5b2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b2fd; background: linear-gradient(135deg, #c5b2fd, #F7B2FD);