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