#135886
a dark, electric blue · cool · closest name: steelblue
RGB
19, 88, 134
HSL
204°, 75%, 30%
CMYK
86, 34, 0, 48
Luminance
0.0884
Every format
| HEX | #135886 |
| RGB | rgb(19, 88, 134) |
| HSL | hsl(204, 75%, 30%) |
| CMYK | cmyk(86%, 34%, 0%, 48%) |
| LAB | lab(35.7 -3.0 -31.4) |
| LCH | lch(35.7 31.6 264.5) |
| OKLCH | oklch(0.443 0.100 243.9) |
Copy-ready code
/* CSS */
color: #135886;
background-color: #135886;
/* Tailwind (arbitrary) */
class="text-[#135886] bg-[#135886]"
/* SCSS */
$brand: #135886;
/* SwiftUI */
Color(red: 0.075, green: 0.345, blue: 0.525)
/* Android */
Color.parseColor("#135886")Accessibility — WCAG contrast
Aa
#135886 on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#135886 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green34.5%
Blue52.5%
CMYK percentages
Cyan85.8%
Magenta34.3%
Yellow0.0%
Key (black)47.5%
Color previews
#135886 text on a black background
contrast 2.77:1
Card sample
#135886 text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #135886;
Background color
Panel with #135886 background
background-color: #135886;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #135886;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 88, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 88, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #135886; background: linear-gradient(135deg, #135886, #1B1386);