#7705cf
a dark, electric violet · warm · closest name: blue
RGB
119, 5, 207
HSL
274°, 95%, 42%
CMYK
43, 98, 0, 19
Luminance
0.0854
Every format
| HEX | #7705cf |
| RGB | rgb(119, 5, 207) |
| HSL | hsl(274, 95%, 42%) |
| CMYK | cmyk(43%, 98%, 0%, 19%) |
| LAB | lab(35.1 71.8 -75.6) |
| LCH | lch(35.1 104.3 313.5) |
| OKLCH | oklch(0.474 0.251 300.2) |
Copy-ready code
/* CSS */
color: #7705cf;
background-color: #7705cf;
/* Tailwind (arbitrary) */
class="text-[#7705cf] bg-[#7705cf]"
/* SCSS */
$brand: #7705cf;
/* SwiftUI */
Color(red: 0.467, green: 0.020, blue: 0.812)
/* Android */
Color.parseColor("#7705cf")Accessibility — WCAG contrast
Aa
#7705cf on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7705cf on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green2.0%
Blue81.2%
CMYK percentages
Cyan42.5%
Magenta97.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7705cf text on a black background
contrast 2.71:1
Card sample
#7705cf text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7705cf;
Background color
Panel with #7705cf background
background-color: #7705cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7705cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 5, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 5, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7705cf; background: linear-gradient(135deg, #7705cf, #CF05A0);