#136ccf
a dark, electric blue · cool · closest name: dodgerblue
RGB
19, 108, 207
HSL
212°, 83%, 44%
CMYK
91, 48, 0, 19
Luminance
0.1537
Every format
| HEX | #136ccf |
| RGB | rgb(19, 108, 207) |
| HSL | hsl(212, 83%, 44%) |
| CMYK | cmyk(91%, 48%, 0%, 19%) |
| LAB | lab(46.1 13.3 -57.8) |
| LCH | lch(46.1 59.4 282.9) |
| OKLCH | oklch(0.539 0.172 255.7) |
Copy-ready code
/* CSS */
color: #136ccf;
background-color: #136ccf;
/* Tailwind (arbitrary) */
class="text-[#136ccf] bg-[#136ccf]"
/* SCSS */
$brand: #136ccf;
/* SwiftUI */
Color(red: 0.075, green: 0.424, blue: 0.812)
/* Android */
Color.parseColor("#136ccf")Accessibility — WCAG contrast
Aa
#136ccf on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136ccf on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.4%
Blue81.2%
CMYK percentages
Cyan90.8%
Magenta47.8%
Yellow0.0%
Key (black)18.8%
Color previews
#136ccf text on a black background
contrast 4.07:1
Card sample
#136ccf text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136ccf;
Background color
Panel with #136ccf background
background-color: #136ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 108, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 108, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136ccf; background: linear-gradient(135deg, #136ccf, #3713CF);