#7b609f
a balanced, soft violet · warm · closest name: steelblue
RGB
123, 96, 159
HSL
266°, 25%, 50%
CMYK
23, 40, 0, 38
Luminance
0.1508
Every format
| HEX | #7b609f |
| RGB | rgb(123, 96, 159) |
| HSL | hsl(266, 25%, 50%) |
| CMYK | cmyk(23%, 40%, 0%, 38%) |
| LAB | lab(45.7 24.2 -30.2) |
| LCH | lch(45.7 38.7 308.7) |
| OKLCH | oklch(0.542 0.100 302.9) |
Copy-ready code
/* CSS */
color: #7b609f;
background-color: #7b609f;
/* Tailwind (arbitrary) */
class="text-[#7b609f] bg-[#7b609f]"
/* SCSS */
$brand: #7b609f;
/* SwiftUI */
Color(red: 0.482, green: 0.376, blue: 0.624)
/* Android */
Color.parseColor("#7b609f")Accessibility — WCAG contrast
Aa
#7b609f on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b609f on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green37.6%
Blue62.4%
CMYK percentages
Cyan22.6%
Magenta39.6%
Yellow0.0%
Key (black)37.6%
Color previews
#7b609f text on a black background
contrast 4.02:1
Card sample
#7b609f text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b609f;
Background color
Panel with #7b609f background
background-color: #7b609f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b609f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 96, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 96, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b609f; background: linear-gradient(135deg, #7b609f, #9F6099);