#118866
a dark, electric cyan · cool · closest name: seagreen
RGB
17, 136, 102
HSL
163°, 78%, 30%
CMYK
88, 0, 25, 47
Luminance
0.1869
Every format
| HEX | #118866 |
| RGB | rgb(17, 136, 102) |
| HSL | hsl(163, 78%, 30%) |
| CMYK | cmyk(88%, 0%, 25%, 47%) |
| LAB | lab(50.3 -39.0 9.8) |
| LCH | lch(50.3 40.2 166.0) |
| OKLCH | oklch(0.558 0.111 167.0) |
Copy-ready code
/* CSS */
color: #118866;
background-color: #118866;
/* Tailwind (arbitrary) */
class="text-[#118866] bg-[#118866]"
/* SCSS */
$brand: #118866;
/* SwiftUI */
Color(red: 0.067, green: 0.533, blue: 0.400)
/* Android */
Color.parseColor("#118866")Accessibility — WCAG contrast
Aa
#118866 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#118866 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green53.3%
Blue40.0%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow25.0%
Key (black)46.7%
Color previews
#118866 text on a black background
contrast 4.74:1
Card sample
#118866 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118866;
Background color
Panel with #118866 background
background-color: #118866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 136, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 136, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118866; background: linear-gradient(135deg, #118866, #115B88);