#2e2dbb
a balanced, vivid blue · warm · closest name: navy
RGB
46, 45, 187
HSL
240°, 61%, 46%
CMYK
75, 76, 0, 27
Luminance
0.0605
Every format
| HEX | #2e2dbb |
| RGB | rgb(46, 45, 187) |
| HSL | hsl(240, 61%, 46%) |
| CMYK | cmyk(75%, 76%, 0%, 27%) |
| LAB | lab(29.5 47.7 -73.3) |
| LCH | lch(29.5 87.4 303.0) |
| OKLCH | oklch(0.413 0.212 272.4) |
Copy-ready code
/* CSS */
color: #2e2dbb;
background-color: #2e2dbb;
/* Tailwind (arbitrary) */
class="text-[#2e2dbb] bg-[#2e2dbb]"
/* SCSS */
$brand: #2e2dbb;
/* SwiftUI */
Color(red: 0.180, green: 0.176, blue: 0.733)
/* Android */
Color.parseColor("#2e2dbb")Accessibility — WCAG contrast
Aa
#2e2dbb on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e2dbb on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green17.6%
Blue73.3%
CMYK percentages
Cyan75.4%
Magenta75.9%
Yellow0.0%
Key (black)26.7%
Color previews
#2e2dbb text on a black background
contrast 2.21:1
Card sample
#2e2dbb text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e2dbb;
Background color
Panel with #2e2dbb background
background-color: #2e2dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e2dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 45, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 45, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e2dbb; background: linear-gradient(135deg, #2e2dbb, #8D2DBB);