#3e5dbb
a balanced, vivid blue · warm · closest name: royalblue
RGB
62, 93, 187
HSL
225°, 50%, 49%
CMYK
67, 50, 0, 27
Luminance
0.1244
Every format
| HEX | #3e5dbb |
| RGB | rgb(62, 93, 187) |
| HSL | hsl(225, 50%, 49%) |
| CMYK | cmyk(67%, 50%, 0%, 27%) |
| LAB | lab(41.9 19.8 -53.0) |
| LCH | lch(41.9 56.6 290.5) |
| OKLCH | oklch(0.506 0.152 267.1) |
Copy-ready code
/* CSS */
color: #3e5dbb;
background-color: #3e5dbb;
/* Tailwind (arbitrary) */
class="text-[#3e5dbb] bg-[#3e5dbb]"
/* SCSS */
$brand: #3e5dbb;
/* SwiftUI */
Color(red: 0.243, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#3e5dbb")Accessibility — WCAG contrast
Aa
#3e5dbb on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e5dbb on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green36.5%
Blue73.3%
CMYK percentages
Cyan66.8%
Magenta50.3%
Yellow0.0%
Key (black)26.7%
Color previews
#3e5dbb text on a black background
contrast 3.49:1
Card sample
#3e5dbb text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e5dbb;
Background color
Panel with #3e5dbb background
background-color: #3e5dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e5dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e5dbb; background: linear-gradient(135deg, #3e5dbb, #723EBB);