#1c9f9f
a dark, vivid cyan · cool · closest name: teal
RGB
28, 159, 159
HSL
180°, 70%, 37%
CMYK
82, 0, 0, 38
Luminance
0.2755
Every format
| HEX | #1c9f9f |
| RGB | rgb(28, 159, 159) |
| HSL | hsl(180, 70%, 37%) |
| CMYK | cmyk(82%, 0%, 0%, 38%) |
| LAB | lab(59.5 -32.3 -9.6) |
| LCH | lch(59.5 33.7 196.5) |
| OKLCH | oklch(0.639 0.104 194.9) |
Copy-ready code
/* CSS */
color: #1c9f9f;
background-color: #1c9f9f;
/* Tailwind (arbitrary) */
class="text-[#1c9f9f] bg-[#1c9f9f]"
/* SCSS */
$brand: #1c9f9f;
/* SwiftUI */
Color(red: 0.110, green: 0.624, blue: 0.624)
/* Android */
Color.parseColor("#1c9f9f")Accessibility — WCAG contrast
Aa
#1c9f9f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1c9f9f on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green62.4%
Blue62.4%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow0.0%
Key (black)37.6%
Color previews
#1c9f9f text on a black background
contrast 6.51:1
Card sample
#1c9f9f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c9f9f;
Background color
Panel with #1c9f9f background
background-color: #1c9f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c9f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 159, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 159, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c9f9f; background: linear-gradient(135deg, #1c9f9f, #1C489F);