#135774
a dark, vivid cyan · cool · closest name: darkslategray
RGB
19, 87, 116
HSL
198°, 72%, 27%
CMYK
84, 25, 0, 55
Luminance
0.0822
Every format
| HEX | #135774 |
| RGB | rgb(19, 87, 116) |
| HSL | hsl(198, 72%, 27%) |
| CMYK | cmyk(84%, 25%, 0%, 55%) |
| LAB | lab(34.4 -9.5 -22.3) |
| LCH | lch(34.4 24.2 246.9) |
| OKLCH | oklch(0.430 0.080 232.0) |
Copy-ready code
/* CSS */
color: #135774;
background-color: #135774;
/* Tailwind (arbitrary) */
class="text-[#135774] bg-[#135774]"
/* SCSS */
$brand: #135774;
/* SwiftUI */
Color(red: 0.075, green: 0.341, blue: 0.455)
/* Android */
Color.parseColor("#135774")Accessibility — WCAG contrast
Aa
#135774 on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#135774 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green34.1%
Blue45.5%
CMYK percentages
Cyan83.6%
Magenta25.0%
Yellow0.0%
Key (black)54.5%
Color previews
#135774 text on a black background
contrast 2.64:1
Card sample
#135774 text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #135774;
Background color
Panel with #135774 background
background-color: #135774;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #135774;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 87, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 87, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #135774; background: linear-gradient(135deg, #135774, #131674);