#296aba
a dark, vivid blue · cool · closest name: dodgerblue
RGB
41, 106, 186
HSL
213°, 64%, 45%
CMYK
78, 43, 0, 27
Luminance
0.1432
Every format
| HEX | #296aba |
| RGB | rgb(41, 106, 186) |
| HSL | hsl(213, 64%, 45%) |
| CMYK | cmyk(78%, 43%, 0%, 27%) |
| LAB | lab(44.7 8.2 -48.0) |
| LCH | lch(44.7 48.7 279.6) |
| OKLCH | oklch(0.525 0.142 255.6) |
Copy-ready code
/* CSS */
color: #296aba;
background-color: #296aba;
/* Tailwind (arbitrary) */
class="text-[#296aba] bg-[#296aba]"
/* SCSS */
$brand: #296aba;
/* SwiftUI */
Color(red: 0.161, green: 0.416, blue: 0.729)
/* Android */
Color.parseColor("#296aba")Accessibility — WCAG contrast
Aa
#296aba on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296aba on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green41.6%
Blue72.9%
CMYK percentages
Cyan78.0%
Magenta43.0%
Yellow0.0%
Key (black)27.1%
Color previews
#296aba text on a black background
contrast 3.86:1
Card sample
#296aba text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296aba;
Background color
Panel with #296aba background
background-color: #296aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 106, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 106, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296aba; background: linear-gradient(135deg, #296aba, #4929BA);