#198190
a dark, vivid cyan · cool · closest name: teal
RGB
25, 129, 144
HSL
188°, 70%, 33%
CMYK
83, 10, 0, 44
Luminance
0.1792
Every format
| HEX | #198190 |
| RGB | rgb(25, 129, 144) |
| HSL | hsl(188, 70%, 33%) |
| CMYK | cmyk(83%, 10%, 0%, 44%) |
| LAB | lab(49.4 -22.4 -16.1) |
| LCH | lch(49.4 27.6 215.7) |
| OKLCH | oklch(0.555 0.090 209.9) |
Copy-ready code
/* CSS */
color: #198190;
background-color: #198190;
/* Tailwind (arbitrary) */
class="text-[#198190] bg-[#198190]"
/* SCSS */
$brand: #198190;
/* SwiftUI */
Color(red: 0.098, green: 0.506, blue: 0.565)
/* Android */
Color.parseColor("#198190")Accessibility — WCAG contrast
Aa
#198190 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#198190 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green50.6%
Blue56.5%
CMYK percentages
Cyan82.6%
Magenta10.4%
Yellow0.0%
Key (black)43.5%
Color previews
#198190 text on a black background
contrast 4.58:1
Card sample
#198190 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198190;
Background color
Panel with #198190 background
background-color: #198190;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198190;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 129, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 129, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198190; background: linear-gradient(135deg, #198190, #193290);