#cb75fd
a light, electric violet · warm · closest name: violet
RGB
203, 117, 253
HSL
278°, 97%, 73%
CMYK
20, 54, 0, 1
Luminance
0.3251
Every format
| HEX | #cb75fd |
| RGB | rgb(203, 117, 253) |
| HSL | hsl(278, 97%, 73%) |
| CMYK | cmyk(20%, 54%, 0%, 1%) |
| LAB | lab(63.8 56.3 -54.7) |
| LCH | lch(63.8 78.5 315.9) |
| OKLCH | oklch(0.711 0.204 311.5) |
Copy-ready code
/* CSS */
color: #cb75fd;
background-color: #cb75fd;
/* Tailwind (arbitrary) */
class="text-[#cb75fd] bg-[#cb75fd]"
/* SCSS */
$brand: #cb75fd;
/* SwiftUI */
Color(red: 0.796, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#cb75fd")Accessibility — WCAG contrast
Aa
#cb75fd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb75fd on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.9%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cb75fd text on a black background
contrast 7.50:1
Card sample
#cb75fd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb75fd;
Background color
Panel with #cb75fd background
background-color: #cb75fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb75fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb75fd; background: linear-gradient(135deg, #cb75fd, #FD75D4);