#7c7cac
a balanced, soft blue · warm · closest name: steelblue
RGB
124, 124, 172
HSL
240°, 22%, 58%
CMYK
28, 28, 0, 33
Luminance
0.2168
Every format
| HEX | #7c7cac |
| RGB | rgb(124, 124, 172) |
| HSL | hsl(240, 22%, 58%) |
| CMYK | cmyk(28%, 28%, 0%, 33%) |
| LAB | lab(53.7 11.1 -25.4) |
| LCH | lch(53.7 27.7 293.5) |
| OKLCH | oklch(0.605 0.072 284.0) |
Copy-ready code
/* CSS */
color: #7c7cac;
background-color: #7c7cac;
/* Tailwind (arbitrary) */
class="text-[#7c7cac] bg-[#7c7cac]"
/* SCSS */
$brand: #7c7cac;
/* SwiftUI */
Color(red: 0.486, green: 0.486, blue: 0.675)
/* Android */
Color.parseColor("#7c7cac")Accessibility — WCAG contrast
Aa
#7c7cac on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7cac on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.6%
Blue67.5%
CMYK percentages
Cyan27.9%
Magenta27.9%
Yellow0.0%
Key (black)32.5%
Color previews
#7c7cac text on a black background
contrast 5.34:1
Card sample
#7c7cac text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7cac;
Background color
Panel with #7c7cac background
background-color: #7c7cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 124, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 124, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7cac; background: linear-gradient(135deg, #7c7cac, #9C7CAC);