#4f97ba
a balanced, soft cyan · cool · closest name: steelblue
RGB
79, 151, 186
HSL
200°, 44%, 52%
CMYK
58, 19, 0, 27
Luminance
0.2734
Every format
| HEX | #4f97ba |
| RGB | rgb(79, 151, 186) |
| HSL | hsl(200, 44%, 52%) |
| CMYK | cmyk(58%, 19%, 0%, 27%) |
| LAB | lab(59.3 -12.3 -25.0) |
| LCH | lch(59.3 27.9 243.9) |
| OKLCH | oklch(0.644 0.089 231.5) |
Copy-ready code
/* CSS */
color: #4f97ba;
background-color: #4f97ba;
/* Tailwind (arbitrary) */
class="text-[#4f97ba] bg-[#4f97ba]"
/* SCSS */
$brand: #4f97ba;
/* SwiftUI */
Color(red: 0.310, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#4f97ba")Accessibility — WCAG contrast
Aa
#4f97ba on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f97ba on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green59.2%
Blue72.9%
CMYK percentages
Cyan57.5%
Magenta18.8%
Yellow0.0%
Key (black)27.1%
Color previews
#4f97ba text on a black background
contrast 6.47:1
Card sample
#4f97ba text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f97ba;
Background color
Panel with #4f97ba background
background-color: #4f97ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f97ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f97ba; background: linear-gradient(135deg, #4f97ba, #4F50BA);