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