#7c7c97
a balanced, muted blue · warm · closest name: gray
RGB
124, 124, 151
HSL
240°, 12%, 54%
CMYK
18, 18, 0, 41
Luminance
0.2093
Every format
| HEX | #7c7c97 |
| RGB | rgb(124, 124, 151) |
| HSL | hsl(240, 12%, 54%) |
| CMYK | cmyk(18%, 18%, 0%, 41%) |
| LAB | lab(52.9 5.9 -14.5) |
| LCH | lch(52.9 15.7 292.1) |
| OKLCH | oklch(0.596 0.041 285.1) |
Copy-ready code
/* CSS */
color: #7c7c97;
background-color: #7c7c97;
/* Tailwind (arbitrary) */
class="text-[#7c7c97] bg-[#7c7c97]"
/* SCSS */
$brand: #7c7c97;
/* SwiftUI */
Color(red: 0.486, green: 0.486, blue: 0.592)
/* Android */
Color.parseColor("#7c7c97")Accessibility — WCAG contrast
Aa
#7c7c97 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7c97 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.6%
Blue59.2%
CMYK percentages
Cyan17.9%
Magenta17.9%
Yellow0.0%
Key (black)40.8%
Color previews
#7c7c97 text on a black background
contrast 5.19:1
Card sample
#7c7c97 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7c97;
Background color
Panel with #7c7c97 background
background-color: #7c7c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 124, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 124, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7c97; background: linear-gradient(135deg, #7c7c97, #8E7C97);