#4f6fba
a balanced, soft blue · cool · closest name: steelblue
RGB
79, 111, 186
HSL
222°, 44%, 52%
CMYK
58, 40, 0, 27
Luminance
0.1658
Every format
| HEX | #4f6fba |
| RGB | rgb(79, 111, 186) |
| HSL | hsl(222, 44%, 52%) |
| CMYK | cmyk(58%, 40%, 0%, 27%) |
| LAB | lab(47.7 11.2 -43.1) |
| LCH | lch(47.7 44.5 284.6) |
| OKLCH | oklch(0.553 0.123 265.2) |
Copy-ready code
/* CSS */
color: #4f6fba;
background-color: #4f6fba;
/* Tailwind (arbitrary) */
class="text-[#4f6fba] bg-[#4f6fba]"
/* SCSS */
$brand: #4f6fba;
/* SwiftUI */
Color(red: 0.310, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#4f6fba")Accessibility — WCAG contrast
Aa
#4f6fba on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f6fba on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green43.5%
Blue72.9%
CMYK percentages
Cyan57.5%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#4f6fba text on a black background
contrast 4.32:1
Card sample
#4f6fba text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f6fba;
Background color
Panel with #4f6fba background
background-color: #4f6fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f6fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f6fba; background: linear-gradient(135deg, #4f6fba, #774FBA);