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