#79679b
a balanced, soft violet · warm · closest name: steelblue
RGB
121, 103, 155
HSL
261°, 21%, 51%
CMYK
22, 34, 0, 39
Luminance
0.1613
Every format
| HEX | #79679b |
| RGB | rgb(121, 103, 155) |
| HSL | hsl(261, 21%, 51%) |
| CMYK | cmyk(22%, 34%, 0%, 39%) |
| LAB | lab(47.1 18.4 -25.6) |
| LCH | lch(47.1 31.5 305.6) |
| OKLCH | oklch(0.552 0.082 299.6) |
Copy-ready code
/* CSS */
color: #79679b;
background-color: #79679b;
/* Tailwind (arbitrary) */
class="text-[#79679b] bg-[#79679b]"
/* SCSS */
$brand: #79679b;
/* SwiftUI */
Color(red: 0.475, green: 0.404, blue: 0.608)
/* Android */
Color.parseColor("#79679b")Accessibility — WCAG contrast
Aa
#79679b on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#79679b on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green40.4%
Blue60.8%
CMYK percentages
Cyan21.9%
Magenta33.5%
Yellow0.0%
Key (black)39.2%
Color previews
#79679b text on a black background
contrast 4.23:1
Card sample
#79679b text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79679b;
Background color
Panel with #79679b background
background-color: #79679b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79679b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 103, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 103, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79679b; background: linear-gradient(135deg, #79679b, #9B679A);