#136bfd
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 107, 253
HSL
217°, 98%, 53%
CMYK
93, 58, 0, 1
Luminance
0.1775
Every format
| HEX | #136bfd |
| RGB | rgb(19, 107, 253) |
| HSL | hsl(217, 98%, 53%) |
| CMYK | cmyk(93%, 58%, 0%, 1%) |
| LAB | lab(49.2 31.7 -78.8) |
| LCH | lch(49.2 85.0 291.9) |
| OKLCH | oklch(0.573 0.231 260.9) |
Copy-ready code
/* CSS */
color: #136bfd;
background-color: #136bfd;
/* Tailwind (arbitrary) */
class="text-[#136bfd] bg-[#136bfd]"
/* SCSS */
$brand: #136bfd;
/* SwiftUI */
Color(red: 0.075, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#136bfd")Accessibility — WCAG contrast
Aa
#136bfd on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136bfd on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.0%
Blue99.2%
CMYK percentages
Cyan92.5%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#136bfd text on a black background
contrast 4.55:1
Card sample
#136bfd text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136bfd;
Background color
Panel with #136bfd background
background-color: #136bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136bfd; background: linear-gradient(135deg, #136bfd, #5713FD);