#115d82
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 93, 130
HSL
200°, 77%, 29%
CMYK
87, 29, 0, 49
Luminance
0.0956
Every format
| HEX | #115d82 |
| RGB | rgb(17, 93, 130) |
| HSL | hsl(200, 77%, 29%) |
| CMYK | cmyk(87%, 29%, 0%, 49%) |
| LAB | lab(37.0 -7.9 -26.9) |
| LCH | lch(37.0 28.0 253.6) |
| OKLCH | oklch(0.454 0.091 236.3) |
Copy-ready code
/* CSS */
color: #115d82;
background-color: #115d82;
/* Tailwind (arbitrary) */
class="text-[#115d82] bg-[#115d82]"
/* SCSS */
$brand: #115d82;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.510)
/* Android */
Color.parseColor("#115d82")Accessibility — WCAG contrast
Aa
#115d82 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d82 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue51.0%
CMYK percentages
Cyan86.9%
Magenta28.5%
Yellow0.0%
Key (black)49.0%
Color previews
#115d82 text on a black background
contrast 2.91:1
Card sample
#115d82 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d82;
Background color
Panel with #115d82 background
background-color: #115d82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d82; background: linear-gradient(135deg, #115d82, #111282);