#136aab
a dark, electric blue · cool · closest name: steelblue
RGB
19, 106, 171
HSL
206°, 80%, 37%
CMYK
89, 38, 0, 33
Luminance
0.1339
Every format
| HEX | #136aab |
| RGB | rgb(19, 106, 171) |
| HSL | hsl(206, 80%, 37%) |
| CMYK | cmyk(89%, 38%, 0%, 33%) |
| LAB | lab(43.3 0.3 -41.5) |
| LCH | lch(43.3 41.5 270.4) |
| OKLCH | oklch(0.510 0.128 247.6) |
Copy-ready code
/* CSS */
color: #136aab;
background-color: #136aab;
/* Tailwind (arbitrary) */
class="text-[#136aab] bg-[#136aab]"
/* SCSS */
$brand: #136aab;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.671)
/* Android */
Color.parseColor("#136aab")Accessibility — WCAG contrast
Aa
#136aab on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136aab on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue67.1%
CMYK percentages
Cyan88.9%
Magenta38.0%
Yellow0.0%
Key (black)32.9%
Color previews
#136aab text on a black background
contrast 3.68:1
Card sample
#136aab text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136aab;
Background color
Panel with #136aab background
background-color: #136aab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136aab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136aab; background: linear-gradient(135deg, #136aab, #2113AB);