#115d66
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 93, 102
HSL
186°, 71%, 23%
CMYK
83, 9, 0, 60
Luminance
0.0891
Every format
| HEX | #115d66 |
| RGB | rgb(17, 93, 102) |
| HSL | hsl(186, 71%, 23%) |
| CMYK | cmyk(83%, 9%, 0%, 60%) |
| LAB | lab(35.8 -18.4 -11.5) |
| LCH | lch(35.8 21.7 212.0) |
| OKLCH | oklch(0.440 0.070 207.2) |
Copy-ready code
/* CSS */
color: #115d66;
background-color: #115d66;
/* Tailwind (arbitrary) */
class="text-[#115d66] bg-[#115d66]"
/* SCSS */
$brand: #115d66;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.400)
/* Android */
Color.parseColor("#115d66")Accessibility — WCAG contrast
Aa
#115d66 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d66 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta8.8%
Yellow0.0%
Key (black)60.0%
Color previews
#115d66 text on a black background
contrast 2.78:1
Card sample
#115d66 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d66;
Background color
Panel with #115d66 background
background-color: #115d66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d66; background: linear-gradient(135deg, #115d66, #112466);