#691188
a dark, electric violet · warm · closest name: indigo
RGB
105, 17, 136
HSL
284°, 78%, 30%
CMYK
23, 88, 0, 47
Luminance
0.0518
Every format
| HEX | #691188 |
| RGB | rgb(105, 17, 136) |
| HSL | hsl(284, 78%, 30%) |
| CMYK | cmyk(23%, 88%, 0%, 47%) |
| LAB | lab(27.3 53.3 -45.8) |
| LCH | lch(27.3 70.3 319.3) |
| OKLCH | oklch(0.397 0.182 314.5) |
Copy-ready code
/* CSS */
color: #691188;
background-color: #691188;
/* Tailwind (arbitrary) */
class="text-[#691188] bg-[#691188]"
/* SCSS */
$brand: #691188;
/* SwiftUI */
Color(red: 0.412, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#691188")Accessibility — WCAG contrast
Aa
#691188 on white: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#691188 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green6.7%
Blue53.3%
CMYK percentages
Cyan22.8%
Magenta87.5%
Yellow0.0%
Key (black)46.7%
Color previews
#691188 text on a black background
contrast 2.04:1
Card sample
#691188 text on a white background
contrast 10.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #691188;
Background color
Panel with #691188 background
background-color: #691188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #691188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #691188; background: linear-gradient(135deg, #691188, #881158);