#690bdf
a balanced, electric violet · warm · closest name: blue
RGB
105, 11, 223
HSL
267°, 91%, 46%
CMYK
53, 95, 0, 13
Luminance
0.0857
Every format
| HEX | #690bdf |
| RGB | rgb(105, 11, 223) |
| HSL | hsl(267, 91%, 46%) |
| CMYK | cmyk(53%, 95%, 0%, 13%) |
| LAB | lab(35.1 73.3 -84.8) |
| LCH | lch(35.1 112.1 310.8) |
| OKLCH | oklch(0.476 0.262 291.4) |
Copy-ready code
/* CSS */
color: #690bdf;
background-color: #690bdf;
/* Tailwind (arbitrary) */
class="text-[#690bdf] bg-[#690bdf]"
/* SCSS */
$brand: #690bdf;
/* SwiftUI */
Color(red: 0.412, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#690bdf")Accessibility — WCAG contrast
Aa
#690bdf on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690bdf on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green4.3%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#690bdf text on a black background
contrast 2.71:1
Card sample
#690bdf text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690bdf;
Background color
Panel with #690bdf background
background-color: #690bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690bdf; background: linear-gradient(135deg, #690bdf, #DF0BC8);