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