#136acf
a dark, electric blue · cool · closest name: royalblue
RGB
19, 106, 207
HSL
212°, 83%, 44%
CMYK
91, 49, 0, 19
Luminance
0.1495
Every format
| HEX | #136acf |
| RGB | rgb(19, 106, 207) |
| HSL | hsl(212, 83%, 44%) |
| CMYK | cmyk(91%, 49%, 0%, 19%) |
| LAB | lab(45.6 14.6 -58.8) |
| LCH | lch(45.6 60.5 283.9) |
| OKLCH | oklch(0.535 0.174 256.3) |
Copy-ready code
/* CSS */
color: #136acf;
background-color: #136acf;
/* Tailwind (arbitrary) */
class="text-[#136acf] bg-[#136acf]"
/* SCSS */
$brand: #136acf;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#136acf")Accessibility — WCAG contrast
Aa
#136acf on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136acf on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue81.2%
CMYK percentages
Cyan90.8%
Magenta48.8%
Yellow0.0%
Key (black)18.8%
Color previews
#136acf text on a black background
contrast 3.99:1
Card sample
#136acf text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136acf;
Background color
Panel with #136acf background
background-color: #136acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136acf; background: linear-gradient(135deg, #136acf, #3913CF);