Teal
#14B8A6
CyanColor Codes
All color formats for development
HEX
#14B8A6RGB
rgb(20, 184, 166)HSL
hsl(173, 80%, 40%)OKLCH
oklch(0.704 0.123 182.5)CMYK
cmyk(89%, 0%, 10%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12A594
2#109384
3#0E8173
4#0C6E63
5#0A5C52
6#084942
7#063731
8#042521
9#021210
Tints
Lighter variations
1#17D3BD
2#23E7D0
3#3EEAD6
4#5AEDDC
5#75F0E1
6#91F3E7
7#ACF6ED
8#C8F9F3
9#E3FCF9
Tones
Muted variations
1#1DAF9E
2#25A798
3#2D9F92
4#35978C
5#3D8F85
6#45877F
7#4E7E79
8#567673
9#5E6E6C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C3F8F2;
--teal-300: #95F3E8;
--teal-400: #5EEDDC;
--teal-500: #30E8D3;
--teal-600: #16CAB5;
--teal-700: #12A190;
--teal-800: #0D7367;
--teal-900: #084942;
--teal-950: #052E29;
}