#136df0
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 109, 240
HSL
216°, 88%, 51%
CMYK
92, 55, 0, 6
Luminance
0.1737
Every format
| HEX | #136df0 |
| RGB | rgb(19, 109, 240) |
| HSL | hsl(216, 88%, 51%) |
| CMYK | cmyk(92%, 55%, 0%, 6%) |
| LAB | lab(48.7 25.5 -72.3) |
| LCH | lch(48.7 76.7 289.4) |
| OKLCH | oklch(0.566 0.213 259.5) |
Copy-ready code
/* CSS */
color: #136df0;
background-color: #136df0;
/* Tailwind (arbitrary) */
class="text-[#136df0] bg-[#136df0]"
/* SCSS */
$brand: #136df0;
/* SwiftUI */
Color(red: 0.075, green: 0.427, blue: 0.941)
/* Android */
Color.parseColor("#136df0")Accessibility — WCAG contrast
Aa
#136df0 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136df0 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.7%
Blue94.1%
CMYK percentages
Cyan92.1%
Magenta54.6%
Yellow0.0%
Key (black)5.9%
Color previews
#136df0 text on a black background
contrast 4.47:1
Card sample
#136df0 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136df0;
Background color
Panel with #136df0 background
background-color: #136df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 109, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 109, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136df0; background: linear-gradient(135deg, #136df0, #4D13F0);