#2b2a8a
a dark, vivid blue · warm · closest name: midnightblue
RGB
43, 42, 138
HSL
241°, 53%, 35%
CMYK
69, 70, 0, 46
Luminance
0.0400
Every format
| HEX | #2b2a8a |
| RGB | rgb(43, 42, 138) |
| HSL | hsl(241, 53%, 35%) |
| CMYK | cmyk(69%, 70%, 0%, 46%) |
| LAB | lab(23.7 32.5 -53.2) |
| LCH | lch(23.7 62.3 301.4) |
| OKLCH | oklch(0.356 0.154 275.6) |
Copy-ready code
/* CSS */
color: #2b2a8a;
background-color: #2b2a8a;
/* Tailwind (arbitrary) */
class="text-[#2b2a8a] bg-[#2b2a8a]"
/* SCSS */
$brand: #2b2a8a;
/* SwiftUI */
Color(red: 0.169, green: 0.165, blue: 0.541)
/* Android */
Color.parseColor("#2b2a8a")Accessibility — WCAG contrast
Aa
#2b2a8a on white: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b2a8a on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green16.5%
Blue54.1%
CMYK percentages
Cyan68.8%
Magenta69.6%
Yellow0.0%
Key (black)45.9%
Color previews
#2b2a8a text on a black background
contrast 1.80:1
Card sample
#2b2a8a text on a white background
contrast 11.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b2a8a;
Background color
Panel with #2b2a8a background
background-color: #2b2a8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b2a8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 42, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 42, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b2a8a; background: linear-gradient(135deg, #2b2a8a, #6B2A8A);