Teal
#14989F
CyanColor Codes
All color formats for development
HEX
#14989FRGB
rgb(20, 152, 159)HSL
hsl(183, 78%, 35%)OKLCH
oklch(0.62 0.102 200.8)CMYK
cmyk(87%, 4%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12898F
2#107A7F
3#0E6A6F
4#0C5B5F
5#0A4C4F
6#083D40
7#062E30
8#041E20
9#020F10
Tints
Lighter variations
1#17B4BC
2#1BD0DA
3#30DCE5
4#4EE1E9
5#6BE6ED
6#89EBF0
7#A6F0F4
8#C4F5F8
9#E1FAFB
Tones
Muted variations
1#1B9298
2#228B91
3#29858A
4#2F7F83
5#36797C
6#3D7275
7#446C6E
8#4B6667
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 60E4 #60E4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DD #33DDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BF #19BFC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1498 #14989F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6D #0E6D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0945 #094549 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C4F5F8;
--teal-300: #97EEF2;
--teal-400: #60E4EB;
--teal-500: #33DDE6;
--teal-600: #19BFC8;
--teal-700: #14989F;
--teal-800: #0E6D71;
--teal-900: #094549;
--teal-950: #062B2D;
}