Teal
#149F88
CyanColor Codes
All color formats for development
HEX
#149F88RGB
rgb(20, 159, 136)HSL
hsl(170, 78%, 35%)OKLCH
oklch(0.63 0.113 177.2)CMYK
cmyk(87%, 0%, 14%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F7A
2#107F6D
3#0E6F5F
4#0C5F51
5#0A4F44
6#084036
7#063029
8#04201B
9#02100E
Tints
Lighter variations
1#17BCA1
2#1BDABA
3#30E5C7
4#4EE9CF
5#6BEDD7
6#89F0DF
7#A6F4E7
8#C4F8EF
9#E1FBF7
Tones
Muted variations
1#1B9883
2#22917E
3#298A7A
4#2F8375
5#367C70
6#3D756C
7#446E67
8#4B6763
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 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F8EF;
--teal-300: #97F2E3;
--teal-400: #60EBD4;
--teal-500: #33E6C8;
--teal-600: #19C8AB;
--teal-700: #149F88;
--teal-800: #0E7161;
--teal-900: #09493E;
--teal-950: #062D27;
}