#118564
a dark, electric cyan · cool · closest name: seagreen
RGB
17, 133, 100
HSL
163°, 77%, 29%
CMYK
87, 0, 25, 48
Luminance
0.1781
Every format
| HEX | #118564 |
| RGB | rgb(17, 133, 100) |
| HSL | hsl(163, 77%, 29%) |
| CMYK | cmyk(87%, 0%, 25%, 48%) |
| LAB | lab(49.3 -38.3 9.4) |
| LCH | lch(49.3 39.4 166.2) |
| OKLCH | oklch(0.549 0.108 167.2) |
Copy-ready code
/* CSS */
color: #118564;
background-color: #118564;
/* Tailwind (arbitrary) */
class="text-[#118564] bg-[#118564]"
/* SCSS */
$brand: #118564;
/* SwiftUI */
Color(red: 0.067, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#118564")Accessibility — WCAG contrast
Aa
#118564 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#118564 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green52.2%
Blue39.2%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#118564 text on a black background
contrast 4.56:1
Card sample
#118564 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118564;
Background color
Panel with #118564 background
background-color: #118564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118564; background: linear-gradient(135deg, #118564, #115985);