#2a2dbf
a balanced, vivid blue · warm · closest name: navy
RGB
42, 45, 191
HSL
239°, 64%, 46%
CMYK
78, 76, 0, 25
Luminance
0.0613
Every format
| HEX | #2a2dbf |
| RGB | rgb(42, 45, 191) |
| HSL | hsl(239, 64%, 46%) |
| CMYK | cmyk(78%, 76%, 0%, 25%) |
| LAB | lab(29.7 48.7 -75.3) |
| LCH | lch(29.7 89.7 302.9) |
| OKLCH | oklch(0.415 0.218 271.0) |
Copy-ready code
/* CSS */
color: #2a2dbf;
background-color: #2a2dbf;
/* Tailwind (arbitrary) */
class="text-[#2a2dbf] bg-[#2a2dbf]"
/* SCSS */
$brand: #2a2dbf;
/* SwiftUI */
Color(red: 0.165, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#2a2dbf")Accessibility — WCAG contrast
Aa
#2a2dbf on white: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a2dbf on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green17.6%
Blue74.9%
CMYK percentages
Cyan78.0%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#2a2dbf text on a black background
contrast 2.23:1
Card sample
#2a2dbf text on a white background
contrast 9.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a2dbf;
Background color
Panel with #2a2dbf background
background-color: #2a2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a2dbf; background: linear-gradient(135deg, #2a2dbf, #8A2ABF);