#136daf
a dark, electric blue · cool · closest name: steelblue
RGB
19, 109, 175
HSL
205°, 80%, 38%
CMYK
89, 38, 0, 31
Luminance
0.1417
Every format
| HEX | #136daf |
| RGB | rgb(19, 109, 175) |
| HSL | hsl(205, 80%, 38%) |
| CMYK | cmyk(89%, 38%, 0%, 31%) |
| LAB | lab(44.5 0.0 -42.0) |
| LCH | lch(44.5 42.0 270.0) |
| OKLCH | oklch(0.520 0.130 247.3) |
Copy-ready code
/* CSS */
color: #136daf;
background-color: #136daf;
/* Tailwind (arbitrary) */
class="text-[#136daf] bg-[#136daf]"
/* SCSS */
$brand: #136daf;
/* SwiftUI */
Color(red: 0.075, green: 0.427, blue: 0.686)
/* Android */
Color.parseColor("#136daf")Accessibility — WCAG contrast
Aa
#136daf on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136daf on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.7%
Blue68.6%
CMYK percentages
Cyan89.1%
Magenta37.7%
Yellow0.0%
Key (black)31.4%
Color previews
#136daf text on a black background
contrast 3.83:1
Card sample
#136daf text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136daf;
Background color
Panel with #136daf background
background-color: #136daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 109, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 109, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136daf; background: linear-gradient(135deg, #136daf, #2113AF);