#136eb9
a dark, electric blue · cool · closest name: steelblue
RGB
19, 110, 185
HSL
207°, 81%, 40%
CMYK
90, 41, 0, 28
Luminance
0.1479
Every format
| HEX | #136eb9 |
| RGB | rgb(19, 110, 185) |
| HSL | hsl(207, 81%, 40%) |
| CMYK | cmyk(90%, 41%, 0%, 28%) |
| LAB | lab(45.4 3.3 -46.4) |
| LCH | lch(45.4 46.5 274.1) |
| OKLCH | oklch(0.529 0.141 250.0) |
Copy-ready code
/* CSS */
color: #136eb9;
background-color: #136eb9;
/* Tailwind (arbitrary) */
class="text-[#136eb9] bg-[#136eb9]"
/* SCSS */
$brand: #136eb9;
/* SwiftUI */
Color(red: 0.075, green: 0.431, blue: 0.725)
/* Android */
Color.parseColor("#136eb9")Accessibility — WCAG contrast
Aa
#136eb9 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136eb9 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green43.1%
Blue72.5%
CMYK percentages
Cyan89.7%
Magenta40.5%
Yellow0.0%
Key (black)27.5%
Color previews
#136eb9 text on a black background
contrast 3.96:1
Card sample
#136eb9 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136eb9;
Background color
Panel with #136eb9 background
background-color: #136eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 110, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 110, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136eb9; background: linear-gradient(135deg, #136eb9, #2713B9);