#197eb4
a dark, electric blue · cool · closest name: steelblue
RGB
25, 126, 180
HSL
201°, 76%, 40%
CMYK
86, 30, 0, 29
Luminance
0.1842
Every format
| HEX | #197eb4 |
| RGB | rgb(25, 126, 180) |
| HSL | hsl(201, 76%, 40%) |
| CMYK | cmyk(86%, 30%, 0%, 29%) |
| LAB | lab(50.0 -7.9 -36.1) |
| LCH | lch(50.0 37.0 257.7) |
| OKLCH | oklch(0.565 0.119 239.1) |
Copy-ready code
/* CSS */
color: #197eb4;
background-color: #197eb4;
/* Tailwind (arbitrary) */
class="text-[#197eb4] bg-[#197eb4]"
/* SCSS */
$brand: #197eb4;
/* SwiftUI */
Color(red: 0.098, green: 0.494, blue: 0.706)
/* Android */
Color.parseColor("#197eb4")Accessibility — WCAG contrast
Aa
#197eb4 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#197eb4 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green49.4%
Blue70.6%
CMYK percentages
Cyan86.1%
Magenta30.0%
Yellow0.0%
Key (black)29.4%
Color previews
#197eb4 text on a black background
contrast 4.68:1
Card sample
#197eb4 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #197eb4;
Background color
Panel with #197eb4 background
background-color: #197eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #197eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 126, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 126, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #197eb4; background: linear-gradient(135deg, #197eb4, #1B19B4);