#296fba
a dark, vivid blue · cool · closest name: steelblue
RGB
41, 111, 186
HSL
211°, 64%, 45%
CMYK
78, 40, 0, 27
Luminance
0.1539
Every format
| HEX | #296fba |
| RGB | rgb(41, 111, 186) |
| HSL | hsl(211, 64%, 45%) |
| CMYK | cmyk(78%, 40%, 0%, 27%) |
| LAB | lab(46.2 5.0 -45.7) |
| LCH | lch(46.2 46.0 276.3) |
| OKLCH | oklch(0.537 0.136 253.1) |
Copy-ready code
/* CSS */
color: #296fba;
background-color: #296fba;
/* Tailwind (arbitrary) */
class="text-[#296fba] bg-[#296fba]"
/* SCSS */
$brand: #296fba;
/* SwiftUI */
Color(red: 0.161, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#296fba")Accessibility — WCAG contrast
Aa
#296fba on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296fba on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green43.5%
Blue72.9%
CMYK percentages
Cyan78.0%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#296fba text on a black background
contrast 4.08:1
Card sample
#296fba text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296fba;
Background color
Panel with #296fba background
background-color: #296fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296fba; background: linear-gradient(135deg, #296fba, #4429BA);