#cb7af6
a light, electric violet · warm · closest name: violet
RGB
203, 122, 246
HSL
279°, 87%, 72%
CMYK
18, 50, 0, 4
Luminance
0.3327
Every format
| HEX | #cb7af6 |
| RGB | rgb(203, 122, 246) |
| HSL | hsl(279, 87%, 72%) |
| CMYK | cmyk(18%, 50%, 0%, 4%) |
| LAB | lab(64.4 52.3 -49.8) |
| LCH | lch(64.4 72.3 316.4) |
| OKLCH | oklch(0.715 0.189 312.7) |
Copy-ready code
/* CSS */
color: #cb7af6;
background-color: #cb7af6;
/* Tailwind (arbitrary) */
class="text-[#cb7af6] bg-[#cb7af6]"
/* SCSS */
$brand: #cb7af6;
/* SwiftUI */
Color(red: 0.796, green: 0.478, blue: 0.965)
/* Android */
Color.parseColor("#cb7af6")Accessibility — WCAG contrast
Aa
#cb7af6 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7af6 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green47.8%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta50.4%
Yellow0.0%
Key (black)3.5%
Color previews
#cb7af6 text on a black background
contrast 7.65:1
Card sample
#cb7af6 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7af6;
Background color
Panel with #cb7af6 background
background-color: #cb7af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 122, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 122, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7af6; background: linear-gradient(135deg, #cb7af6, #F67ACE);