#196eb3
a dark, electric blue · cool · closest name: steelblue
RGB
25, 110, 179
HSL
207°, 76%, 40%
CMYK
86, 39, 0, 30
Luminance
0.1461
Every format
| HEX | #196eb3 |
| RGB | rgb(25, 110, 179) |
| HSL | hsl(207, 76%, 40%) |
| CMYK | cmyk(86%, 39%, 0%, 30%) |
| LAB | lab(45.1 1.4 -43.3) |
| LCH | lch(45.1 43.3 271.9) |
| OKLCH | oklch(0.526 0.133 248.8) |
Copy-ready code
/* CSS */
color: #196eb3;
background-color: #196eb3;
/* Tailwind (arbitrary) */
class="text-[#196eb3] bg-[#196eb3]"
/* SCSS */
$brand: #196eb3;
/* SwiftUI */
Color(red: 0.098, green: 0.431, blue: 0.702)
/* Android */
Color.parseColor("#196eb3")Accessibility — WCAG contrast
Aa
#196eb3 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196eb3 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green43.1%
Blue70.2%
CMYK percentages
Cyan86.0%
Magenta38.5%
Yellow0.0%
Key (black)29.8%
Color previews
#196eb3 text on a black background
contrast 3.92:1
Card sample
#196eb3 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196eb3;
Background color
Panel with #196eb3 background
background-color: #196eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 110, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 110, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196eb3; background: linear-gradient(135deg, #196eb3, #2B19B3);