#2e4dbb
a balanced, vivid blue · warm · closest name: royalblue
RGB
46, 77, 187
HSL
227°, 61%, 46%
CMYK
75, 59, 0, 27
Luminance
0.0948
Every format
| HEX | #2e4dbb |
| RGB | rgb(46, 77, 187) |
| HSL | hsl(227, 61%, 46%) |
| CMYK | cmyk(75%, 59%, 0%, 27%) |
| LAB | lab(36.9 28.0 -61.2) |
| LCH | lch(36.9 67.3 294.6) |
| OKLCH | oklch(0.466 0.177 267.1) |
Copy-ready code
/* CSS */
color: #2e4dbb;
background-color: #2e4dbb;
/* Tailwind (arbitrary) */
class="text-[#2e4dbb] bg-[#2e4dbb]"
/* SCSS */
$brand: #2e4dbb;
/* SwiftUI */
Color(red: 0.180, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#2e4dbb")Accessibility — WCAG contrast
Aa
#2e4dbb on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e4dbb on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green30.2%
Blue73.3%
CMYK percentages
Cyan75.4%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#2e4dbb text on a black background
contrast 2.90:1
Card sample
#2e4dbb text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e4dbb;
Background color
Panel with #2e4dbb background
background-color: #2e4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e4dbb; background: linear-gradient(135deg, #2e4dbb, #6D2EBB);