#2829ba
a dark, vivid blue · warm · closest name: navy
RGB
40, 41, 186
HSL
240°, 65%, 44%
CMYK
79, 78, 0, 27
Luminance
0.0558
Every format
| HEX | #2829ba |
| RGB | rgb(40, 41, 186) |
| HSL | hsl(240, 65%, 44%) |
| CMYK | cmyk(79%, 78%, 0%, 27%) |
| LAB | lab(28.3 49.0 -74.7) |
| LCH | lch(28.3 89.3 303.3) |
| OKLCH | oklch(0.403 0.216 271.0) |
Copy-ready code
/* CSS */
color: #2829ba;
background-color: #2829ba;
/* Tailwind (arbitrary) */
class="text-[#2829ba] bg-[#2829ba]"
/* SCSS */
$brand: #2829ba;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.729)
/* Android */
Color.parseColor("#2829ba")Accessibility — WCAG contrast
Aa
#2829ba on white: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2829ba on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue72.9%
CMYK percentages
Cyan78.5%
Magenta78.0%
Yellow0.0%
Key (black)27.1%
Color previews
#2829ba text on a black background
contrast 2.12:1
Card sample
#2829ba text on a white background
contrast 9.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2829ba;
Background color
Panel with #2829ba background
background-color: #2829ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2829ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2829ba; background: linear-gradient(135deg, #2829ba, #8828BA);