#3e6be3
a balanced, vivid blue · cool · “royalblue”
RGB
62, 107, 227
HSL
224°, 75%, 57%
CMYK
73, 53, 0, 11
Luminance
0.1709
Every format
| HEX | #3e6be3 |
| RGB | rgb(62, 107, 227) |
| HSL | hsl(224, 75%, 57%) |
| CMYK | cmyk(73%, 53%, 0%, 11%) |
| LAB | lab(48.4 25.3 -65.5) |
| LCH | lch(48.4 70.3 291.1) |
| OKLCH | oklch(0.564 0.189 265.3) |
Copy-ready code
/* CSS */
color: #3e6be3;
background-color: #3e6be3;
/* Tailwind (arbitrary) */
class="text-[#3e6be3] bg-[#3e6be3]"
/* SCSS */
$brand: #3e6be3;
/* SwiftUI */
Color(red: 0.243, green: 0.420, blue: 0.890)
/* Android */
Color.parseColor("#3e6be3")Accessibility — WCAG contrast
Aa
#3e6be3 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e6be3 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green42.0%
Blue89.0%
CMYK percentages
Cyan72.7%
Magenta52.9%
Yellow0.0%
Key (black)11.0%
Color previews
#3e6be3 text on a black background
contrast 4.42:1
Card sample
#3e6be3 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e6be3;
Background color
Panel with #3e6be3 background
background-color: #3e6be3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e6be3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 107, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 107, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e6be3; background: linear-gradient(135deg, #3e6be3, #7F3EE3);