#196f6f
a dark, vivid cyan · cool · closest name: teal
RGB
25, 111, 111
HSL
180°, 63%, 27%
CMYK
78, 0, 0, 57
Luminance
0.1272
Every format
| HEX | #196f6f |
| RGB | rgb(25, 111, 111) |
| HSL | hsl(180, 63%, 27%) |
| CMYK | cmyk(78%, 0%, 0%, 57%) |
| LAB | lab(42.3 -24.0 -7.2) |
| LCH | lch(42.3 25.0 196.6) |
| OKLCH | oklch(0.494 0.077 194.9) |
Copy-ready code
/* CSS */
color: #196f6f;
background-color: #196f6f;
/* Tailwind (arbitrary) */
class="text-[#196f6f] bg-[#196f6f]"
/* SCSS */
$brand: #196f6f;
/* SwiftUI */
Color(red: 0.098, green: 0.435, blue: 0.435)
/* Android */
Color.parseColor("#196f6f")Accessibility — WCAG contrast
Aa
#196f6f on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196f6f on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green43.5%
Blue43.5%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow0.0%
Key (black)56.5%
Color previews
#196f6f text on a black background
contrast 3.54:1
Card sample
#196f6f text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196f6f;
Background color
Panel with #196f6f background
background-color: #196f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 111, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 111, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196f6f; background: linear-gradient(135deg, #196f6f, #19366F);