#2a608a
a dark, vivid blue · cool · closest name: steelblue
RGB
42, 96, 138
HSL
206°, 53%, 35%
CMYK
70, 30, 0, 46
Luminance
0.1069
Every format
| HEX | #2a608a |
| RGB | rgb(42, 96, 138) |
| HSL | hsl(206, 53%, 35%) |
| CMYK | cmyk(70%, 30%, 0%, 46%) |
| LAB | lab(39.1 -3.5 -28.5) |
| LCH | lch(39.1 28.7 263.1) |
| OKLCH | oklch(0.473 0.089 244.9) |
Copy-ready code
/* CSS */
color: #2a608a;
background-color: #2a608a;
/* Tailwind (arbitrary) */
class="text-[#2a608a] bg-[#2a608a]"
/* SCSS */
$brand: #2a608a;
/* SwiftUI */
Color(red: 0.165, green: 0.376, blue: 0.541)
/* Android */
Color.parseColor("#2a608a")Accessibility — WCAG contrast
Aa
#2a608a on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2a608a on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green37.6%
Blue54.1%
CMYK percentages
Cyan69.6%
Magenta30.4%
Yellow0.0%
Key (black)45.9%
Color previews
#2a608a text on a black background
contrast 3.14:1
Card sample
#2a608a text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a608a;
Background color
Panel with #2a608a background
background-color: #2a608a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a608a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 96, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 96, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a608a; background: linear-gradient(135deg, #2a608a, #342A8A);