#4f8ccc
a balanced, vivid blue · cool · closest name: steelblue
RGB
79, 140, 204
HSL
211°, 55%, 56%
CMYK
61, 31, 0, 20
Luminance
0.2478
Every format
| HEX | #4f8ccc |
| RGB | rgb(79, 140, 204) |
| HSL | hsl(211, 55%, 56%) |
| CMYK | cmyk(61%, 31%, 0%, 20%) |
| LAB | lab(56.9 -0.2 -39.0) |
| LCH | lch(56.9 39.0 269.7) |
| OKLCH | oklch(0.627 0.116 251.2) |
Copy-ready code
/* CSS */
color: #4f8ccc;
background-color: #4f8ccc;
/* Tailwind (arbitrary) */
class="text-[#4f8ccc] bg-[#4f8ccc]"
/* SCSS */
$brand: #4f8ccc;
/* SwiftUI */
Color(red: 0.310, green: 0.549, blue: 0.800)
/* Android */
Color.parseColor("#4f8ccc")Accessibility — WCAG contrast
Aa
#4f8ccc on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f8ccc on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green54.9%
Blue80.0%
CMYK percentages
Cyan61.3%
Magenta31.4%
Yellow0.0%
Key (black)20.0%
Color previews
#4f8ccc text on a black background
contrast 5.96:1
Card sample
#4f8ccc text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8ccc;
Background color
Panel with #4f8ccc background
background-color: #4f8ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 140, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 140, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8ccc; background: linear-gradient(135deg, #4f8ccc, #654FCC);