#198060
a dark, vivid cyan · cool · closest name: seagreen
RGB
25, 128, 96
HSL
161°, 67%, 30%
CMYK
81, 0, 25, 50
Luminance
0.1649
Every format
| HEX | #198060 |
| RGB | rgb(25, 128, 96) |
| HSL | hsl(161, 67%, 30%) |
| CMYK | cmyk(81%, 0%, 25%, 50%) |
| LAB | lab(47.6 -36.3 9.4) |
| LCH | lch(47.6 37.5 165.5) |
| OKLCH | oklch(0.536 0.103 166.5) |
Copy-ready code
/* CSS */
color: #198060;
background-color: #198060;
/* Tailwind (arbitrary) */
class="text-[#198060] bg-[#198060]"
/* SCSS */
$brand: #198060;
/* SwiftUI */
Color(red: 0.098, green: 0.502, blue: 0.376)
/* Android */
Color.parseColor("#198060")Accessibility — WCAG contrast
Aa
#198060 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#198060 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green50.2%
Blue37.6%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow25.0%
Key (black)49.8%
Color previews
#198060 text on a black background
contrast 4.30:1
Card sample
#198060 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198060;
Background color
Panel with #198060 background
background-color: #198060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 128, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 128, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198060; background: linear-gradient(135deg, #198060, #195B80);