#4f9bda
a balanced, vivid blue · cool · closest name: steelblue
RGB
79, 155, 218
HSL
207°, 65%, 58%
CMYK
64, 29, 0, 15
Luminance
0.3017
Every format
| HEX | #4f9bda |
| RGB | rgb(79, 155, 218) |
| HSL | hsl(207, 65%, 58%) |
| CMYK | cmyk(64%, 29%, 0%, 15%) |
| LAB | lab(61.8 -4.2 -39.0) |
| LCH | lch(61.8 39.3 263.8) |
| OKLCH | oklch(0.668 0.121 246.0) |
Copy-ready code
/* CSS */
color: #4f9bda;
background-color: #4f9bda;
/* Tailwind (arbitrary) */
class="text-[#4f9bda] bg-[#4f9bda]"
/* SCSS */
$brand: #4f9bda;
/* SwiftUI */
Color(red: 0.310, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#4f9bda")Accessibility — WCAG contrast
Aa
#4f9bda on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4f9bda on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green60.8%
Blue85.5%
CMYK percentages
Cyan63.8%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#4f9bda text on a black background
contrast 7.03:1
Card sample
#4f9bda text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9bda;
Background color
Panel with #4f9bda background
background-color: #4f9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9bda; background: linear-gradient(135deg, #4f9bda, #604FDA);