#704cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
112, 76, 219
HSL
255°, 67%, 58%
CMYK
49, 65, 0, 14
Luminance
0.1373
Every format
| HEX | #704cdb |
| RGB | rgb(112, 76, 219) |
| HSL | hsl(255, 67%, 58%) |
| CMYK | cmyk(49%, 65%, 0%, 14%) |
| LAB | lab(43.8 49.3 -68.2) |
| LCH | lch(43.8 84.1 305.9) |
| OKLCH | oklch(0.537 0.207 289.1) |
Copy-ready code
/* CSS */
color: #704cdb;
background-color: #704cdb;
/* Tailwind (arbitrary) */
class="text-[#704cdb] bg-[#704cdb]"
/* SCSS */
$brand: #704cdb;
/* SwiftUI */
Color(red: 0.439, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#704cdb")Accessibility — WCAG contrast
Aa
#704cdb on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#704cdb on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green29.8%
Blue85.9%
CMYK percentages
Cyan48.9%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#704cdb text on a black background
contrast 3.75:1
Card sample
#704cdb text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #704cdb;
Background color
Panel with #704cdb background
background-color: #704cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #704cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #704cdb; background: linear-gradient(135deg, #704cdb, #CF4CDB);