#115555
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 85, 85
HSL
180°, 67%, 20%
CMYK
80, 0, 0, 67
Luminance
0.0727
Every format
| HEX | #115555 |
| RGB | rgb(17, 85, 85) |
| HSL | hsl(180, 67%, 20%) |
| CMYK | cmyk(80%, 0%, 0%, 67%) |
| LAB | lab(32.4 -19.9 -5.9) |
| LCH | lch(32.4 20.8 196.6) |
| OKLCH | oklch(0.410 0.064 194.9) |
Copy-ready code
/* CSS */
color: #115555;
background-color: #115555;
/* Tailwind (arbitrary) */
class="text-[#115555] bg-[#115555]"
/* SCSS */
$brand: #115555;
/* SwiftUI */
Color(red: 0.067, green: 0.333, blue: 0.333)
/* Android */
Color.parseColor("#115555")Accessibility — WCAG contrast
Aa
#115555 on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115555 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green33.3%
Blue33.3%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow0.0%
Key (black)66.7%
Color previews
#115555 text on a black background
contrast 2.45:1
Card sample
#115555 text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115555;
Background color
Panel with #115555 background
background-color: #115555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 85, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 85, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115555; background: linear-gradient(135deg, #115555, #112855);