#2e3dbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
46, 61, 187
HSL
234°, 61%, 46%
CMYK
75, 67, 0, 27
Luminance
0.0751
Every format
| HEX | #2e3dbb |
| RGB | rgb(46, 61, 187) |
| HSL | hsl(234, 61%, 46%) |
| CMYK | cmyk(75%, 67%, 0%, 27%) |
| LAB | lab(32.9 38.3 -67.7) |
| LCH | lch(32.9 77.8 299.5) |
| OKLCH | oklch(0.437 0.196 270.3) |
Copy-ready code
/* CSS */
color: #2e3dbb;
background-color: #2e3dbb;
/* Tailwind (arbitrary) */
class="text-[#2e3dbb] bg-[#2e3dbb]"
/* SCSS */
$brand: #2e3dbb;
/* SwiftUI */
Color(red: 0.180, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#2e3dbb")Accessibility — WCAG contrast
Aa
#2e3dbb on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e3dbb on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green23.9%
Blue73.3%
CMYK percentages
Cyan75.4%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#2e3dbb text on a black background
contrast 2.50:1
Card sample
#2e3dbb text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e3dbb;
Background color
Panel with #2e3dbb background
background-color: #2e3dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e3dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e3dbb; background: linear-gradient(135deg, #2e3dbb, #7D2EBB);