#7679b2
a balanced, soft blue · warm · closest name: steelblue
RGB
118, 121, 178
HSL
237°, 28%, 58%
CMYK
34, 32, 0, 30
Luminance
0.2074
Every format
| HEX | #7679b2 |
| RGB | rgb(118, 121, 178) |
| HSL | hsl(237, 28%, 58%) |
| CMYK | cmyk(34%, 32%, 0%, 30%) |
| LAB | lab(52.7 12.6 -30.5) |
| LCH | lch(52.7 33.0 292.4) |
| OKLCH | oklch(0.597 0.087 281.1) |
Copy-ready code
/* CSS */
color: #7679b2;
background-color: #7679b2;
/* Tailwind (arbitrary) */
class="text-[#7679b2] bg-[#7679b2]"
/* SCSS */
$brand: #7679b2;
/* SwiftUI */
Color(red: 0.463, green: 0.475, blue: 0.698)
/* Android */
Color.parseColor("#7679b2")Accessibility — WCAG contrast
Aa
#7679b2 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7679b2 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green47.5%
Blue69.8%
CMYK percentages
Cyan33.7%
Magenta32.0%
Yellow0.0%
Key (black)30.2%
Color previews
#7679b2 text on a black background
contrast 5.15:1
Card sample
#7679b2 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7679b2;
Background color
Panel with #7679b2 background
background-color: #7679b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7679b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 121, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 121, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7679b2; background: linear-gradient(135deg, #7679b2, #9B76B2);