#4f7abc
a balanced, soft blue · cool · closest name: steelblue
RGB
79, 122, 188
HSL
216°, 45%, 52%
CMYK
58, 35, 0, 26
Luminance
0.1921
Every format
| HEX | #4f7abc |
| RGB | rgb(79, 122, 188) |
| HSL | hsl(216, 45%, 52%) |
| CMYK | cmyk(58%, 35%, 0%, 26%) |
| LAB | lab(50.9 5.2 -39.2) |
| LCH | lch(50.9 39.5 277.5) |
| OKLCH | oklch(0.578 0.113 258.7) |
Copy-ready code
/* CSS */
color: #4f7abc;
background-color: #4f7abc;
/* Tailwind (arbitrary) */
class="text-[#4f7abc] bg-[#4f7abc]"
/* SCSS */
$brand: #4f7abc;
/* SwiftUI */
Color(red: 0.310, green: 0.478, blue: 0.737)
/* Android */
Color.parseColor("#4f7abc")Accessibility — WCAG contrast
Aa
#4f7abc on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f7abc on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green47.8%
Blue73.7%
CMYK percentages
Cyan58.0%
Magenta35.1%
Yellow0.0%
Key (black)26.3%
Color previews
#4f7abc text on a black background
contrast 4.84:1
Card sample
#4f7abc text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f7abc;
Background color
Panel with #4f7abc background
background-color: #4f7abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f7abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 122, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 122, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f7abc; background: linear-gradient(135deg, #4f7abc, #6D4FBC);