#2b6197
a dark, vivid blue · cool · closest name: steelblue
RGB
43, 97, 151
HSL
210°, 56%, 38%
CMYK
72, 36, 0, 41
Luminance
0.1130
Every format
| HEX | #2b6197 |
| RGB | rgb(43, 97, 151) |
| HSL | hsl(210, 56%, 38%) |
| CMYK | cmyk(72%, 36%, 0%, 41%) |
| LAB | lab(40.1 0.9 -34.7) |
| LCH | lch(40.1 34.7 271.5) |
| OKLCH | oklch(0.483 0.104 250.9) |
Copy-ready code
/* CSS */
color: #2b6197;
background-color: #2b6197;
/* Tailwind (arbitrary) */
class="text-[#2b6197] bg-[#2b6197]"
/* SCSS */
$brand: #2b6197;
/* SwiftUI */
Color(red: 0.169, green: 0.380, blue: 0.592)
/* Android */
Color.parseColor("#2b6197")Accessibility — WCAG contrast
Aa
#2b6197 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2b6197 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green38.0%
Blue59.2%
CMYK percentages
Cyan71.5%
Magenta35.8%
Yellow0.0%
Key (black)40.8%
Color previews
#2b6197 text on a black background
contrast 3.26:1
Card sample
#2b6197 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b6197;
Background color
Panel with #2b6197 background
background-color: #2b6197;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b6197;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 97, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 97, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b6197; background: linear-gradient(135deg, #2b6197, #3D2B97);