#cb6bfd
a light, electric violet · warm · closest name: violet
RGB
203, 107, 253
HSL
280°, 97%, 71%
CMYK
20, 58, 0, 1
Luminance
0.3030
Every format
| HEX | #cb6bfd |
| RGB | rgb(203, 107, 253) |
| HSL | hsl(280, 97%, 71%) |
| CMYK | cmyk(20%, 58%, 0%, 1%) |
| LAB | lab(61.9 61.3 -57.6) |
| LCH | lch(61.9 84.1 316.8) |
| OKLCH | oklch(0.698 0.219 312.4) |
Copy-ready code
/* CSS */
color: #cb6bfd;
background-color: #cb6bfd;
/* Tailwind (arbitrary) */
class="text-[#cb6bfd] bg-[#cb6bfd]"
/* SCSS */
$brand: #cb6bfd;
/* SwiftUI */
Color(red: 0.796, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#cb6bfd")Accessibility — WCAG contrast
Aa
#cb6bfd on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb6bfd on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green42.0%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cb6bfd text on a black background
contrast 7.06:1
Card sample
#cb6bfd text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6bfd;
Background color
Panel with #cb6bfd background
background-color: #cb6bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6bfd; background: linear-gradient(135deg, #cb6bfd, #FD6BCE);