#4f7ccc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
79, 124, 204
HSL
218°, 55%, 56%
CMYK
61, 39, 0, 20
Luminance
0.2044
Every format
| HEX | #4f7ccc |
| RGB | rgb(79, 124, 204) |
| HSL | hsl(218, 55%, 56%) |
| CMYK | cmyk(61%, 39%, 0%, 20%) |
| LAB | lab(52.3 9.3 -46.1) |
| LCH | lch(52.3 47.0 281.4) |
| OKLCH | oklch(0.592 0.133 261.1) |
Copy-ready code
/* CSS */
color: #4f7ccc;
background-color: #4f7ccc;
/* Tailwind (arbitrary) */
class="text-[#4f7ccc] bg-[#4f7ccc]"
/* SCSS */
$brand: #4f7ccc;
/* SwiftUI */
Color(red: 0.310, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#4f7ccc")Accessibility — WCAG contrast
Aa
#4f7ccc on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f7ccc on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green48.6%
Blue80.0%
CMYK percentages
Cyan61.3%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#4f7ccc text on a black background
contrast 5.09:1
Card sample
#4f7ccc text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f7ccc;
Background color
Panel with #4f7ccc background
background-color: #4f7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f7ccc; background: linear-gradient(135deg, #4f7ccc, #754FCC);