#690ace
a dark, electric violet · warm · closest name: blue
RGB
105, 10, 206
HSL
269°, 91%, 42%
CMYK
49, 95, 0, 19
Luminance
0.0768
Every format
| HEX | #690ace |
| RGB | rgb(105, 10, 206) |
| HSL | hsl(269, 91%, 42%) |
| CMYK | cmyk(49%, 95%, 0%, 19%) |
| LAB | lab(33.3 69.6 -78.0) |
| LCH | lch(33.3 104.6 311.7) |
| OKLCH | oklch(0.458 0.247 294.8) |
Copy-ready code
/* CSS */
color: #690ace;
background-color: #690ace;
/* Tailwind (arbitrary) */
class="text-[#690ace] bg-[#690ace]"
/* SCSS */
$brand: #690ace;
/* SwiftUI */
Color(red: 0.412, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#690ace")Accessibility — WCAG contrast
Aa
#690ace on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690ace on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green3.9%
Blue80.8%
CMYK percentages
Cyan49.0%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#690ace text on a black background
contrast 2.54:1
Card sample
#690ace text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690ace;
Background color
Panel with #690ace background
background-color: #690ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690ace; background: linear-gradient(135deg, #690ace, #CE0AB0);