#136ff2
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 111, 242
HSL
215°, 90%, 51%
CMYK
92, 54, 0, 5
Luminance
0.1792
Every format
| HEX | #136ff2 |
| RGB | rgb(19, 111, 242) |
| HSL | hsl(215, 90%, 51%) |
| CMYK | cmyk(92%, 54%, 0%, 5%) |
| LAB | lab(49.4 25.0 -72.3) |
| LCH | lch(49.4 76.5 289.1) |
| OKLCH | oklch(0.572 0.213 259.3) |
Copy-ready code
/* CSS */
color: #136ff2;
background-color: #136ff2;
/* Tailwind (arbitrary) */
class="text-[#136ff2] bg-[#136ff2]"
/* SCSS */
$brand: #136ff2;
/* SwiftUI */
Color(red: 0.075, green: 0.435, blue: 0.949)
/* Android */
Color.parseColor("#136ff2")Accessibility — WCAG contrast
Aa
#136ff2 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136ff2 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green43.5%
Blue94.9%
CMYK percentages
Cyan92.1%
Magenta54.1%
Yellow0.0%
Key (black)5.1%
Color previews
#136ff2 text on a black background
contrast 4.58:1
Card sample
#136ff2 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136ff2;
Background color
Panel with #136ff2 background
background-color: #136ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 111, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 111, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136ff2; background: linear-gradient(135deg, #136ff2, #4C13F2);