Teal
#149F85
CyanColor Codes
All color formats for development
HEX
#149F85RGB
rgb(20, 159, 133)HSL
hsl(169, 78%, 35%)OKLCH
oklch(0.629 0.115 175.1)CMYK
cmyk(87%, 0%, 16%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F78
2#107F6B
3#0E6F5D
4#0C5F50
5#0A4F43
6#084035
7#063028
8#04201B
9#02100D
Tints
Lighter variations
1#17BC9E
2#1BDAB7
3#30E5C4
4#4EE9CD
5#6BEDD5
6#89F0DD
7#A6F4E6
8#C4F8EE
9#E1FBF7
Tones
Muted variations
1#1B9881
2#22917D
3#298A78
4#2F8374
5#367C6F
6#3D756B
7#446E66
8#4B6762
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F8EE;
--teal-300: #97F2E1;
--teal-400: #60EBD2;
--teal-500: #33E6C5;
--teal-600: #19C8A8;
--teal-700: #149F85;
--teal-800: #0E715F;
--teal-900: #09493D;
--teal-950: #062D26;
}