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