#4d7bf6
a balanced, electric blue · cool · closest name: royalblue
RGB
77, 123, 246
HSL
224°, 90%, 63%
CMYK
69, 50, 0, 4
Luminance
0.2240
Every format
| HEX | #4d7bf6 |
| RGB | rgb(77, 123, 246) |
| HSL | hsl(224, 90%, 63%) |
| CMYK | cmyk(69%, 50%, 0%, 4%) |
| LAB | lab(54.4 24.1 -66.3) |
| LCH | lch(54.4 70.5 290.0) |
| OKLCH | oklch(0.616 0.191 265.6) |
Copy-ready code
/* CSS */
color: #4d7bf6;
background-color: #4d7bf6;
/* Tailwind (arbitrary) */
class="text-[#4d7bf6] bg-[#4d7bf6]"
/* SCSS */
$brand: #4d7bf6;
/* SwiftUI */
Color(red: 0.302, green: 0.482, blue: 0.965)
/* Android */
Color.parseColor("#4d7bf6")Accessibility — WCAG contrast
Aa
#4d7bf6 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4d7bf6 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green48.2%
Blue96.5%
CMYK percentages
Cyan68.7%
Magenta50.0%
Yellow0.0%
Key (black)3.5%
Color previews
#4d7bf6 text on a black background
contrast 5.48:1
Card sample
#4d7bf6 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d7bf6;
Background color
Panel with #4d7bf6 background
background-color: #4d7bf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d7bf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 123, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 123, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d7bf6; background: linear-gradient(135deg, #4d7bf6, #904DF6);