#296eb4
a dark, vivid blue · cool · closest name: steelblue
RGB
41, 110, 180
HSL
210°, 63%, 43%
CMYK
77, 39, 0, 29
Luminance
0.1492
Every format
| HEX | #296eb4 |
| RGB | rgb(41, 110, 180) |
| HSL | hsl(210, 63%, 43%) |
| CMYK | cmyk(77%, 39%, 0%, 29%) |
| LAB | lab(45.5 3.4 -43.2) |
| LCH | lch(45.5 43.3 274.5) |
| OKLCH | oklch(0.531 0.130 251.9) |
Copy-ready code
/* CSS */
color: #296eb4;
background-color: #296eb4;
/* Tailwind (arbitrary) */
class="text-[#296eb4] bg-[#296eb4]"
/* SCSS */
$brand: #296eb4;
/* SwiftUI */
Color(red: 0.161, green: 0.431, blue: 0.706)
/* Android */
Color.parseColor("#296eb4")Accessibility — WCAG contrast
Aa
#296eb4 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296eb4 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green43.1%
Blue70.6%
CMYK percentages
Cyan77.2%
Magenta38.9%
Yellow0.0%
Key (black)29.4%
Color previews
#296eb4 text on a black background
contrast 3.98:1
Card sample
#296eb4 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296eb4;
Background color
Panel with #296eb4 background
background-color: #296eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 110, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 110, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296eb4; background: linear-gradient(135deg, #296eb4, #4129B4);