Teal
#149F83
CyanColor Codes
All color formats for development
HEX
#149F83RGB
rgb(20, 159, 131)HSL
hsl(168, 78%, 35%)OKLCH
oklch(0.628 0.116 173.8)CMYK
cmyk(87%, 0%, 18%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F76
2#107F69
3#0E6F5C
4#0C5F4F
5#0A4F42
6#084034
7#063027
8#04201A
9#02100D
Tints
Lighter variations
1#17BC9B
2#1BDAB4
3#30E5C1
4#4EE9CA
5#6BEDD3
6#89F0DC
7#A6F4E5
8#C4F8ED
9#E1FBF6
Tones
Muted variations
1#1B987F
2#22917B
3#298A76
4#2F8372
5#367C6E
6#3D756A
7#446E66
8#4B6762
9#52605D
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 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | 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: #DFFBF6;
--teal-200: #C4F8ED;
--teal-300: #97F2E0;
--teal-400: #60EBD0;
--teal-500: #33E6C2;
--teal-600: #19C8A5;
--teal-700: #149F83;
--teal-800: #0E715E;
--teal-900: #09493C;
--teal-950: #062D25;
}