#c970eb
a light, electric violet · warm · closest name: orchid
RGB
201, 112, 235
HSL
283°, 76%, 68%
CMYK
15, 52, 0, 8
Luminance
0.3000
Every format
| HEX | #c970eb |
| RGB | rgb(201, 112, 235) |
| HSL | hsl(283, 76%, 68%) |
| CMYK | cmyk(15%, 52%, 0%, 8%) |
| LAB | lab(61.7 54.6 -48.1) |
| LCH | lch(61.7 72.8 318.6) |
| OKLCH | oklch(0.692 0.192 315.9) |
Copy-ready code
/* CSS */
color: #c970eb;
background-color: #c970eb;
/* Tailwind (arbitrary) */
class="text-[#c970eb] bg-[#c970eb]"
/* SCSS */
$brand: #c970eb;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#c970eb")Accessibility — WCAG contrast
Aa
#c970eb on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c970eb on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c970eb text on a black background
contrast 7.00:1
Card sample
#c970eb text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c970eb;
Background color
Panel with #c970eb background
background-color: #c970eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c970eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c970eb; background: linear-gradient(135deg, #c970eb, #EB70BB);