#136eb1
a dark, electric blue · cool · closest name: steelblue
RGB
19, 110, 177
HSL
205°, 81%, 38%
CMYK
89, 38, 0, 31
Luminance
0.1446
Every format
| HEX | #136eb1 |
| RGB | rgb(19, 110, 177) |
| HSL | hsl(205, 81%, 38%) |
| CMYK | cmyk(89%, 38%, 0%, 31%) |
| LAB | lab(44.9 0.2 -42.5) |
| LCH | lch(44.9 42.5 270.3) |
| OKLCH | oklch(0.524 0.131 247.4) |
Copy-ready code
/* CSS */
color: #136eb1;
background-color: #136eb1;
/* Tailwind (arbitrary) */
class="text-[#136eb1] bg-[#136eb1]"
/* SCSS */
$brand: #136eb1;
/* SwiftUI */
Color(red: 0.075, green: 0.431, blue: 0.694)
/* Android */
Color.parseColor("#136eb1")Accessibility — WCAG contrast
Aa
#136eb1 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136eb1 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green43.1%
Blue69.4%
CMYK percentages
Cyan89.3%
Magenta37.9%
Yellow0.0%
Key (black)30.6%
Color previews
#136eb1 text on a black background
contrast 3.89:1
Card sample
#136eb1 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136eb1;
Background color
Panel with #136eb1 background
background-color: #136eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 110, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 110, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136eb1; background: linear-gradient(135deg, #136eb1, #2113B1);