#136fba
a dark, electric blue · cool · closest name: steelblue
RGB
19, 111, 186
HSL
207°, 82%, 40%
CMYK
90, 40, 0, 27
Luminance
0.1505
Every format
| HEX | #136fba |
| RGB | rgb(19, 111, 186) |
| HSL | hsl(207, 82%, 40%) |
| CMYK | cmyk(90%, 40%, 0%, 27%) |
| LAB | lab(45.7 3.1 -46.4) |
| LCH | lch(45.7 46.5 273.8) |
| OKLCH | oklch(0.532 0.142 249.8) |
Copy-ready code
/* CSS */
color: #136fba;
background-color: #136fba;
/* Tailwind (arbitrary) */
class="text-[#136fba] bg-[#136fba]"
/* SCSS */
$brand: #136fba;
/* SwiftUI */
Color(red: 0.075, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#136fba")Accessibility — WCAG contrast
Aa
#136fba on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136fba on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green43.5%
Blue72.9%
CMYK percentages
Cyan89.8%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#136fba text on a black background
contrast 4.01:1
Card sample
#136fba text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136fba;
Background color
Panel with #136fba background
background-color: #136fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136fba; background: linear-gradient(135deg, #136fba, #2613BA);