#136abc
a dark, electric blue · cool · closest name: dodgerblue
RGB
19, 106, 188
HSL
209°, 82%, 41%
CMYK
90, 44, 0, 26
Luminance
0.1408
Every format
| HEX | #136abc |
| RGB | rgb(19, 106, 188) |
| HSL | hsl(209, 82%, 41%) |
| CMYK | cmyk(90%, 44%, 0%, 26%) |
| LAB | lab(44.3 7.0 -49.8) |
| LCH | lch(44.3 50.3 278.1) |
| OKLCH | oklch(0.522 0.150 252.6) |
Copy-ready code
/* CSS */
color: #136abc;
background-color: #136abc;
/* Tailwind (arbitrary) */
class="text-[#136abc] bg-[#136abc]"
/* SCSS */
$brand: #136abc;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#136abc")Accessibility — WCAG contrast
Aa
#136abc on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136abc on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue73.7%
CMYK percentages
Cyan89.9%
Magenta43.6%
Yellow0.0%
Key (black)26.3%
Color previews
#136abc text on a black background
contrast 3.82:1
Card sample
#136abc text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136abc;
Background color
Panel with #136abc background
background-color: #136abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136abc; background: linear-gradient(135deg, #136abc, #2D13BC);