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