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