#136cd7
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 108, 215
HSL
213°, 84%, 46%
CMYK
91, 50, 0, 16
Luminance
0.1577
Every format
| HEX | #136cd7 |
| RGB | rgb(19, 108, 215) |
| HSL | hsl(213, 84%, 46%) |
| CMYK | cmyk(91%, 50%, 0%, 16%) |
| LAB | lab(46.7 16.4 -61.5) |
| LCH | lch(46.7 63.7 285.0) |
| OKLCH | oklch(0.545 0.182 256.9) |
Copy-ready code
/* CSS */
color: #136cd7;
background-color: #136cd7;
/* Tailwind (arbitrary) */
class="text-[#136cd7] bg-[#136cd7]"
/* SCSS */
$brand: #136cd7;
/* SwiftUI */
Color(red: 0.075, green: 0.424, blue: 0.843)
/* Android */
Color.parseColor("#136cd7")Accessibility — WCAG contrast
Aa
#136cd7 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136cd7 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.4%
Blue84.3%
CMYK percentages
Cyan91.2%
Magenta49.8%
Yellow0.0%
Key (black)15.7%
Color previews
#136cd7 text on a black background
contrast 4.15:1
Card sample
#136cd7 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136cd7;
Background color
Panel with #136cd7 background
background-color: #136cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 108, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 108, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136cd7; background: linear-gradient(135deg, #136cd7, #3D13D7);