#196462
a deep, vivid cyan · cool · closest name: teal
RGB
25, 100, 98
HSL
178°, 60%, 25%
CMYK
75, 0, 2, 61
Luminance
0.1020
Every format
| HEX | #196462 |
| RGB | rgb(25, 100, 98) |
| HSL | hsl(178, 60%, 25%) |
| CMYK | cmyk(75%, 0%, 2%, 61%) |
| LAB | lab(38.2 -22.4 -5.4) |
| LCH | lch(38.2 23.1 193.5) |
| OKLCH | oklch(0.459 0.070 192.3) |
Copy-ready code
/* CSS */
color: #196462;
background-color: #196462;
/* Tailwind (arbitrary) */
class="text-[#196462] bg-[#196462]"
/* SCSS */
$brand: #196462;
/* SwiftUI */
Color(red: 0.098, green: 0.392, blue: 0.384)
/* Android */
Color.parseColor("#196462")Accessibility — WCAG contrast
Aa
#196462 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196462 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green39.2%
Blue38.4%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow2.0%
Key (black)60.8%
Color previews
#196462 text on a black background
contrast 3.04:1
Card sample
#196462 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196462;
Background color
Panel with #196462 background
background-color: #196462;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196462;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 100, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 100, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196462; background: linear-gradient(135deg, #196462, #193464);