#cb71fd
a light, electric violet · warm · closest name: violet
RGB
203, 113, 253
HSL
279°, 97%, 72%
CMYK
20, 55, 0, 1
Luminance
0.3160
Every format
| HEX | #cb71fd |
| RGB | rgb(203, 113, 253) |
| HSL | hsl(279, 97%, 72%) |
| CMYK | cmyk(20%, 55%, 0%, 1%) |
| LAB | lab(63.0 58.3 -55.9) |
| LCH | lch(63.0 80.8 316.2) |
| OKLCH | oklch(0.706 0.210 311.9) |
Copy-ready code
/* CSS */
color: #cb71fd;
background-color: #cb71fd;
/* Tailwind (arbitrary) */
class="text-[#cb71fd] bg-[#cb71fd]"
/* SCSS */
$brand: #cb71fd;
/* SwiftUI */
Color(red: 0.796, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#cb71fd")Accessibility — WCAG contrast
Aa
#cb71fd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb71fd on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green44.3%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cb71fd text on a black background
contrast 7.32:1
Card sample
#cb71fd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb71fd;
Background color
Panel with #cb71fd background
background-color: #cb71fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb71fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb71fd; background: linear-gradient(135deg, #cb71fd, #FD71D2);