#4c96af
a balanced, soft cyan · cool · closest name: steelblue
RGB
76, 150, 175
HSL
195°, 39%, 49%
CMYK
57, 14, 0, 31
Luminance
0.2644
Every format
| HEX | #4c96af |
| RGB | rgb(76, 150, 175) |
| HSL | hsl(195, 39%, 49%) |
| CMYK | cmyk(57%, 14%, 0%, 31%) |
| LAB | lab(58.5 -15.7 -20.1) |
| LCH | lch(58.5 25.5 232.0) |
| OKLCH | oklch(0.635 0.082 222.6) |
Copy-ready code
/* CSS */
color: #4c96af;
background-color: #4c96af;
/* Tailwind (arbitrary) */
class="text-[#4c96af] bg-[#4c96af]"
/* SCSS */
$brand: #4c96af;
/* SwiftUI */
Color(red: 0.298, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#4c96af")Accessibility — WCAG contrast
Aa
#4c96af on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4c96af on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green58.8%
Blue68.6%
CMYK percentages
Cyan56.6%
Magenta14.3%
Yellow0.0%
Key (black)31.4%
Color previews
#4c96af text on a black background
contrast 6.29:1
Card sample
#4c96af text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c96af;
Background color
Panel with #4c96af background
background-color: #4c96af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c96af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c96af; background: linear-gradient(135deg, #4c96af, #4C54AF);