#4c7cac
a balanced, soft blue · cool · closest name: steelblue
RGB
76, 124, 172
HSL
210°, 39%, 49%
CMYK
56, 28, 0, 33
Luminance
0.1893
Every format
| HEX | #4c7cac |
| RGB | rgb(76, 124, 172) |
| HSL | hsl(210, 39%, 49%) |
| CMYK | cmyk(56%, 28%, 0%, 33%) |
| LAB | lab(50.6 -1.9 -30.5) |
| LCH | lch(50.6 30.5 266.4) |
| OKLCH | oklch(0.573 0.091 249.7) |
Copy-ready code
/* CSS */
color: #4c7cac;
background-color: #4c7cac;
/* Tailwind (arbitrary) */
class="text-[#4c7cac] bg-[#4c7cac]"
/* SCSS */
$brand: #4c7cac;
/* SwiftUI */
Color(red: 0.298, green: 0.486, blue: 0.675)
/* Android */
Color.parseColor("#4c7cac")Accessibility — WCAG contrast
Aa
#4c7cac on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4c7cac on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green48.6%
Blue67.5%
CMYK percentages
Cyan55.8%
Magenta27.9%
Yellow0.0%
Key (black)32.5%
Color previews
#4c7cac text on a black background
contrast 4.79:1
Card sample
#4c7cac text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c7cac;
Background color
Panel with #4c7cac background
background-color: #4c7cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c7cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 124, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 124, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c7cac; background: linear-gradient(135deg, #4c7cac, #5C4CAC);