#cb7af5
a light, electric violet · warm · closest name: violet
RGB
203, 122, 245
HSL
280°, 86%, 72%
CMYK
17, 50, 0, 4
Luminance
0.3321
Every format
| HEX | #cb7af5 |
| RGB | rgb(203, 122, 245) |
| HSL | hsl(280, 86%, 72%) |
| CMYK | cmyk(17%, 50%, 0%, 4%) |
| LAB | lab(64.3 52.1 -49.4) |
| LCH | lch(64.3 71.8 316.5) |
| OKLCH | oklch(0.714 0.188 313.0) |
Copy-ready code
/* CSS */
color: #cb7af5;
background-color: #cb7af5;
/* Tailwind (arbitrary) */
class="text-[#cb7af5] bg-[#cb7af5]"
/* SCSS */
$brand: #cb7af5;
/* SwiftUI */
Color(red: 0.796, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#cb7af5")Accessibility — WCAG contrast
Aa
#cb7af5 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7af5 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green47.8%
Blue96.1%
CMYK percentages
Cyan17.1%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#cb7af5 text on a black background
contrast 7.64:1
Card sample
#cb7af5 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7af5;
Background color
Panel with #cb7af5 background
background-color: #cb7af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7af5; background: linear-gradient(135deg, #cb7af5, #F57ACD);