#2829a2
a dark, vivid blue · warm · closest name: navy
RGB
40, 41, 162
HSL
240°, 60%, 40%
CMYK
75, 75, 0, 37
Luminance
0.0465
Every format
| HEX | #2829a2 |
| RGB | rgb(40, 41, 162) |
| HSL | hsl(240, 60%, 40%) |
| CMYK | cmyk(75%, 75%, 0%, 37%) |
| LAB | lab(25.7 41.1 -64.6) |
| LCH | lch(25.7 76.6 302.4) |
| OKLCH | oklch(0.377 0.187 272.5) |
Copy-ready code
/* CSS */
color: #2829a2;
background-color: #2829a2;
/* Tailwind (arbitrary) */
class="text-[#2829a2] bg-[#2829a2]"
/* SCSS */
$brand: #2829a2;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.635)
/* Android */
Color.parseColor("#2829a2")Accessibility — WCAG contrast
Aa
#2829a2 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2829a2 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue63.5%
CMYK percentages
Cyan75.3%
Magenta74.7%
Yellow0.0%
Key (black)36.5%
Color previews
#2829a2 text on a black background
contrast 1.93:1
Card sample
#2829a2 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2829a2;
Background color
Panel with #2829a2 background
background-color: #2829a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2829a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2829a2; background: linear-gradient(135deg, #2829a2, #7828A2);