Teal
#149F81
CyanColor Codes
All color formats for development
HEX
#149F81RGB
rgb(20, 159, 129)HSL
hsl(167, 78%, 35%)OKLCH
oklch(0.628 0.117 172.5)CMYK
cmyk(87%, 0%, 19%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F74
2#107F67
3#0E6F5A
4#0C5F4D
5#0A4F40
6#084033
7#063027
8#04201A
9#02100D
Tints
Lighter variations
1#17BC99
2#1BDAB1
3#30E5BE
4#4EE9C8
5#6BEDD1
6#89F0DA
7#A6F4E3
8#C4F8ED
9#E1FBF6
Tones
Muted variations
1#1B987D
2#229179
3#298A75
4#2F8371
5#367C6D
6#3D7569
7#446E65
8#4B6761
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF5;
--teal-200: #C4F8ED;
--teal-300: #97F2DE;
--teal-400: #60EBCD;
--teal-500: #33E6BF;
--teal-600: #19C8A2;
--teal-700: #149F81;
--teal-800: #0E715C;
--teal-900: #09493B;
--teal-950: #062D25;
}