#cb6afb
a light, electric violet · warm · closest name: violet
RGB
203, 106, 251
HSL
280°, 95%, 70%
CMYK
19, 58, 0, 2
Luminance
0.2997
Every format
| HEX | #cb6afb |
| RGB | rgb(203, 106, 251) |
| HSL | hsl(280, 95%, 70%) |
| CMYK | cmyk(19%, 58%, 0%, 2%) |
| LAB | lab(61.6 61.3 -57.0) |
| LCH | lch(61.6 83.7 317.1) |
| OKLCH | oklch(0.695 0.218 313.0) |
Copy-ready code
/* CSS */
color: #cb6afb;
background-color: #cb6afb;
/* Tailwind (arbitrary) */
class="text-[#cb6afb] bg-[#cb6afb]"
/* SCSS */
$brand: #cb6afb;
/* SwiftUI */
Color(red: 0.796, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#cb6afb")Accessibility — WCAG contrast
Aa
#cb6afb on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb6afb on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green41.6%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cb6afb text on a black background
contrast 6.99:1
Card sample
#cb6afb text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6afb;
Background color
Panel with #cb6afb background
background-color: #cb6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6afb; background: linear-gradient(135deg, #cb6afb, #FB6ACA);