#690ade
a balanced, electric violet · warm · closest name: blue
RGB
105, 10, 222
HSL
267°, 91%, 46%
CMYK
53, 96, 0, 13
Luminance
0.0849
Every format
| HEX | #690ade |
| RGB | rgb(105, 10, 222) |
| HSL | hsl(267, 91%, 46%) |
| CMYK | cmyk(53%, 96%, 0%, 13%) |
| LAB | lab(35.0 73.2 -84.5) |
| LCH | lch(35.0 111.8 310.9) |
| OKLCH | oklch(0.474 0.261 291.6) |
Copy-ready code
/* CSS */
color: #690ade;
background-color: #690ade;
/* Tailwind (arbitrary) */
class="text-[#690ade] bg-[#690ade]"
/* SCSS */
$brand: #690ade;
/* SwiftUI */
Color(red: 0.412, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#690ade")Accessibility — WCAG contrast
Aa
#690ade on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690ade on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green3.9%
Blue87.1%
CMYK percentages
Cyan52.7%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#690ade text on a black background
contrast 2.70:1
Card sample
#690ade text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690ade;
Background color
Panel with #690ade background
background-color: #690ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690ade; background: linear-gradient(135deg, #690ade, #DE0AC6);