#136ba9
a dark, electric blue · cool · closest name: steelblue
RGB
19, 107, 169
HSL
205°, 80%, 37%
CMYK
89, 37, 0, 34
Luminance
0.1352
Every format
| HEX | #136ba9 |
| RGB | rgb(19, 107, 169) |
| HSL | hsl(205, 80%, 37%) |
| CMYK | cmyk(89%, 37%, 0%, 34%) |
| LAB | lab(43.5 -1.1 -40.0) |
| LCH | lch(43.5 40.0 268.4) |
| OKLCH | oklch(0.512 0.125 246.2) |
Copy-ready code
/* CSS */
color: #136ba9;
background-color: #136ba9;
/* Tailwind (arbitrary) */
class="text-[#136ba9] bg-[#136ba9]"
/* SCSS */
$brand: #136ba9;
/* SwiftUI */
Color(red: 0.075, green: 0.420, blue: 0.663)
/* Android */
Color.parseColor("#136ba9")Accessibility — WCAG contrast
Aa
#136ba9 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136ba9 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.0%
Blue66.3%
CMYK percentages
Cyan88.8%
Magenta36.7%
Yellow0.0%
Key (black)33.7%
Color previews
#136ba9 text on a black background
contrast 3.70:1
Card sample
#136ba9 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136ba9;
Background color
Panel with #136ba9 background
background-color: #136ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 107, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 107, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136ba9; background: linear-gradient(135deg, #136ba9, #1F13A9);