#cd70eb
a light, electric violet · warm · closest name: orchid
RGB
205, 112, 235
HSL
285°, 76%, 68%
CMYK
13, 52, 0, 8
Luminance
0.3057
Every format
| HEX | #cd70eb |
| RGB | rgb(205, 112, 235) |
| HSL | hsl(285, 76%, 68%) |
| CMYK | cmyk(13%, 52%, 0%, 8%) |
| LAB | lab(62.1 55.6 -47.3) |
| LCH | lch(62.1 73.0 319.6) |
| OKLCH | oklch(0.697 0.194 317.3) |
Copy-ready code
/* CSS */
color: #cd70eb;
background-color: #cd70eb;
/* Tailwind (arbitrary) */
class="text-[#cd70eb] bg-[#cd70eb]"
/* SCSS */
$brand: #cd70eb;
/* SwiftUI */
Color(red: 0.804, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#cd70eb")Accessibility — WCAG contrast
Aa
#cd70eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd70eb on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.9%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cd70eb text on a black background
contrast 7.11:1
Card sample
#cd70eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd70eb;
Background color
Panel with #cd70eb background
background-color: #cd70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd70eb; background: linear-gradient(135deg, #cd70eb, #EB70B7);