#136afb
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 106, 251
HSL
218°, 97%, 53%
CMYK
92, 58, 0, 2
Luminance
0.1741
Every format
| HEX | #136afb |
| RGB | rgb(19, 106, 251) |
| HSL | hsl(218, 97%, 53%) |
| CMYK | cmyk(92%, 58%, 0%, 2%) |
| LAB | lab(48.8 31.6 -78.4) |
| LCH | lch(48.8 84.5 292.0) |
| OKLCH | oklch(0.570 0.230 260.9) |
Copy-ready code
/* CSS */
color: #136afb;
background-color: #136afb;
/* Tailwind (arbitrary) */
class="text-[#136afb] bg-[#136afb]"
/* SCSS */
$brand: #136afb;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#136afb")Accessibility — WCAG contrast
Aa
#136afb on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136afb on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue98.4%
CMYK percentages
Cyan92.4%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#136afb text on a black background
contrast 4.48:1
Card sample
#136afb text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136afb;
Background color
Panel with #136afb background
background-color: #136afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136afb; background: linear-gradient(135deg, #136afb, #5713FB);