#672baf
a dark, vivid violet · warm · closest name: indigo
RGB
103, 43, 175
HSL
267°, 61%, 43%
CMYK
41, 75, 0, 31
Luminance
0.0771
Every format
| HEX | #672baf |
| RGB | rgb(103, 43, 175) |
| HSL | hsl(267, 61%, 43%) |
| CMYK | cmyk(41%, 75%, 0%, 31%) |
| LAB | lab(33.4 52.5 -59.6) |
| LCH | lch(33.4 79.5 311.3) |
| OKLCH | oklch(0.449 0.195 298.9) |
Copy-ready code
/* CSS */
color: #672baf;
background-color: #672baf;
/* Tailwind (arbitrary) */
class="text-[#672baf] bg-[#672baf]"
/* SCSS */
$brand: #672baf;
/* SwiftUI */
Color(red: 0.404, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#672baf")Accessibility — WCAG contrast
Aa
#672baf on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#672baf on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green16.9%
Blue68.6%
CMYK percentages
Cyan41.1%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#672baf text on a black background
contrast 2.54:1
Card sample
#672baf text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672baf;
Background color
Panel with #672baf background
background-color: #672baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672baf; background: linear-gradient(135deg, #672baf, #AF2B9F);