#118899
a dark, electric cyan · cool · closest name: teal
RGB
17, 136, 153
HSL
188°, 80%, 33%
CMYK
89, 11, 0, 40
Luminance
0.2003
Every format
| HEX | #118899 |
| RGB | rgb(17, 136, 153) |
| HSL | hsl(188, 80%, 33%) |
| CMYK | cmyk(89%, 11%, 0%, 40%) |
| LAB | lab(51.9 -23.6 -17.6) |
| LCH | lch(51.9 29.5 216.7) |
| OKLCH | oklch(0.576 0.097 210.6) |
Copy-ready code
/* CSS */
color: #118899;
background-color: #118899;
/* Tailwind (arbitrary) */
class="text-[#118899] bg-[#118899]"
/* SCSS */
$brand: #118899;
/* SwiftUI */
Color(red: 0.067, green: 0.533, blue: 0.600)
/* Android */
Color.parseColor("#118899")Accessibility — WCAG contrast
Aa
#118899 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#118899 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green53.3%
Blue60.0%
CMYK percentages
Cyan88.9%
Magenta11.1%
Yellow0.0%
Key (black)40.0%
Color previews
#118899 text on a black background
contrast 5.01:1
Card sample
#118899 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118899;
Background color
Panel with #118899 background
background-color: #118899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 136, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 136, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118899; background: linear-gradient(135deg, #118899, #112D99);