#c970db
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 112, 219
HSL
290°, 60%, 65%
CMYK
8, 49, 0, 14
Luminance
0.2912
Every format
| HEX | #c970db |
| RGB | rgb(201, 112, 219) |
| HSL | hsl(290, 60%, 65%) |
| CMYK | cmyk(8%, 49%, 0%, 14%) |
| LAB | lab(60.9 51.4 -40.4) |
| LCH | lch(60.9 65.4 321.9) |
| OKLCH | oklch(0.684 0.176 320.7) |
Copy-ready code
/* CSS */
color: #c970db;
background-color: #c970db;
/* Tailwind (arbitrary) */
class="text-[#c970db] bg-[#c970db]"
/* SCSS */
$brand: #c970db;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.859)
/* Android */
Color.parseColor("#c970db")Accessibility — WCAG contrast
Aa
#c970db on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c970db on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue85.9%
CMYK percentages
Cyan8.2%
Magenta48.9%
Yellow0.0%
Key (black)14.1%
Color previews
#c970db text on a black background
contrast 6.82:1
Card sample
#c970db text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c970db;
Background color
Panel with #c970db background
background-color: #c970db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c970db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c970db; background: linear-gradient(135deg, #c970db, #DB70A6);