#136bdf
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 107, 223
HSL
214°, 84%, 48%
CMYK
92, 52, 0, 13
Luminance
0.1598
Every format
| HEX | #136bdf |
| RGB | rgb(19, 107, 223) |
| HSL | hsl(214, 84%, 48%) |
| CMYK | cmyk(92%, 52%, 0%, 13%) |
| LAB | lab(47.0 20.2 -65.6) |
| LCH | lch(47.0 68.7 287.1) |
| OKLCH | oklch(0.549 0.194 258.2) |
Copy-ready code
/* CSS */
color: #136bdf;
background-color: #136bdf;
/* Tailwind (arbitrary) */
class="text-[#136bdf] bg-[#136bdf]"
/* SCSS */
$brand: #136bdf;
/* SwiftUI */
Color(red: 0.075, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#136bdf")Accessibility — WCAG contrast
Aa
#136bdf on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136bdf on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.0%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#136bdf text on a black background
contrast 4.20:1
Card sample
#136bdf text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136bdf;
Background color
Panel with #136bdf background
background-color: #136bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136bdf; background: linear-gradient(135deg, #136bdf, #4313DF);