#7672ab
a balanced, soft blue · warm · closest name: steelblue
RGB
118, 114, 171
HSL
244°, 25%, 56%
CMYK
31, 33, 0, 33
Luminance
0.1883
Every format
| HEX | #7672ab |
| RGB | rgb(118, 114, 171) |
| HSL | hsl(244, 25%, 56%) |
| CMYK | cmyk(31%, 33%, 0%, 33%) |
| LAB | lab(50.5 14.9 -29.9) |
| LCH | lch(50.5 33.4 296.5) |
| OKLCH | oklch(0.579 0.087 286.6) |
Copy-ready code
/* CSS */
color: #7672ab;
background-color: #7672ab;
/* Tailwind (arbitrary) */
class="text-[#7672ab] bg-[#7672ab]"
/* SCSS */
$brand: #7672ab;
/* SwiftUI */
Color(red: 0.463, green: 0.447, blue: 0.671)
/* Android */
Color.parseColor("#7672ab")Accessibility — WCAG contrast
Aa
#7672ab on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7672ab on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green44.7%
Blue67.1%
CMYK percentages
Cyan31.0%
Magenta33.3%
Yellow0.0%
Key (black)32.9%
Color previews
#7672ab text on a black background
contrast 4.77:1
Card sample
#7672ab text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7672ab;
Background color
Panel with #7672ab background
background-color: #7672ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7672ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 114, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 114, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7672ab; background: linear-gradient(135deg, #7672ab, #9C72AB);