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