#4f97cb
a balanced, vivid blue · cool · closest name: steelblue
RGB
79, 151, 203
HSL
205°, 54%, 55%
CMYK
61, 26, 0, 20
Luminance
0.2811
Every format
| HEX | #4f97cb |
| RGB | rgb(79, 151, 203) |
| HSL | hsl(205, 54%, 55%) |
| CMYK | cmyk(61%, 26%, 0%, 20%) |
| LAB | lab(60.0 -6.9 -33.5) |
| LCH | lch(60.0 34.2 258.4) |
| OKLCH | oklch(0.652 0.106 242.2) |
Copy-ready code
/* CSS */
color: #4f97cb;
background-color: #4f97cb;
/* Tailwind (arbitrary) */
class="text-[#4f97cb] bg-[#4f97cb]"
/* SCSS */
$brand: #4f97cb;
/* SwiftUI */
Color(red: 0.310, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#4f97cb")Accessibility — WCAG contrast
Aa
#4f97cb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f97cb on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green59.2%
Blue79.6%
CMYK percentages
Cyan61.1%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#4f97cb text on a black background
contrast 6.62:1
Card sample
#4f97cb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f97cb;
Background color
Panel with #4f97cb background
background-color: #4f97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f97cb; background: linear-gradient(135deg, #4f97cb, #5A4FCB);