#198071
a dark, vivid cyan · cool · closest name: teal
RGB
25, 128, 113
HSL
171°, 67%, 30%
CMYK
81, 0, 12, 50
Luminance
0.1684
Every format
| HEX | #198071 |
| RGB | rgb(25, 128, 113) |
| HSL | hsl(171, 67%, 30%) |
| CMYK | cmyk(81%, 0%, 12%, 50%) |
| LAB | lab(48.0 -31.7 0.1) |
| LCH | lch(48.0 31.7 179.8) |
| OKLCH | oklch(0.541 0.092 180.2) |
Copy-ready code
/* CSS */
color: #198071;
background-color: #198071;
/* Tailwind (arbitrary) */
class="text-[#198071] bg-[#198071]"
/* SCSS */
$brand: #198071;
/* SwiftUI */
Color(red: 0.098, green: 0.502, blue: 0.443)
/* Android */
Color.parseColor("#198071")Accessibility — WCAG contrast
Aa
#198071 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#198071 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green50.2%
Blue44.3%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow11.7%
Key (black)49.8%
Color previews
#198071 text on a black background
contrast 4.37:1
Card sample
#198071 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198071;
Background color
Panel with #198071 background
background-color: #198071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 128, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 128, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198071; background: linear-gradient(135deg, #198071, #194A80);