#198a7d
a dark, vivid cyan · cool · closest name: teal
RGB
25, 138, 125
HSL
173°, 69%, 32%
CMYK
82, 0, 9, 46
Luminance
0.1986
Every format
| HEX | #198a7d |
| RGB | rgb(25, 138, 125) |
| HSL | hsl(173, 69%, 32%) |
| CMYK | cmyk(82%, 0%, 9%, 46%) |
| LAB | lab(51.7 -32.9 -1.6) |
| LCH | lch(51.7 32.9 182.8) |
| OKLCH | oklch(0.572 0.096 182.9) |
Copy-ready code
/* CSS */
color: #198a7d;
background-color: #198a7d;
/* Tailwind (arbitrary) */
class="text-[#198a7d] bg-[#198a7d]"
/* SCSS */
$brand: #198a7d;
/* SwiftUI */
Color(red: 0.098, green: 0.541, blue: 0.490)
/* Android */
Color.parseColor("#198a7d")Accessibility — WCAG contrast
Aa
#198a7d on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#198a7d on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green54.1%
Blue49.0%
CMYK percentages
Cyan81.9%
Magenta0.0%
Yellow9.4%
Key (black)45.9%
Color previews
#198a7d text on a black background
contrast 4.97:1
Card sample
#198a7d text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198a7d;
Background color
Panel with #198a7d background
background-color: #198a7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198a7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 138, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 138, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198a7d; background: linear-gradient(135deg, #198a7d, #194C8A);