#2b3697
a dark, vivid blue · warm · closest name: midnightblue
RGB
43, 54, 151
HSL
234°, 56%, 38%
CMYK
72, 64, 0, 41
Luminance
0.0539
Every format
| HEX | #2b3697 |
| RGB | rgb(43, 54, 151) |
| HSL | hsl(234, 56%, 38%) |
| CMYK | cmyk(72%, 64%, 0%, 41%) |
| LAB | lab(27.8 29.4 -54.5) |
| LCH | lch(27.8 61.9 298.3) |
| OKLCH | oklch(0.389 0.157 271.8) |
Copy-ready code
/* CSS */
color: #2b3697;
background-color: #2b3697;
/* Tailwind (arbitrary) */
class="text-[#2b3697] bg-[#2b3697]"
/* SCSS */
$brand: #2b3697;
/* SwiftUI */
Color(red: 0.169, green: 0.212, blue: 0.592)
/* Android */
Color.parseColor("#2b3697")Accessibility — WCAG contrast
Aa
#2b3697 on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b3697 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green21.2%
Blue59.2%
CMYK percentages
Cyan71.5%
Magenta64.2%
Yellow0.0%
Key (black)40.8%
Color previews
#2b3697 text on a black background
contrast 2.08:1
Card sample
#2b3697 text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b3697;
Background color
Panel with #2b3697 background
background-color: #2b3697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b3697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 54, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 54, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b3697; background: linear-gradient(135deg, #2b3697, #682B97);