Teal
#149F8A
CyanColor Codes
All color formats for development
HEX
#149F8ARGB
rgb(20, 159, 138)HSL
hsl(171, 78%, 35%)OKLCH
oklch(0.63 0.112 178.6)CMYK
cmyk(87%, 0%, 13%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F7C
2#107F6E
3#0E6F61
4#0C5F53
5#0A4F45
6#084037
7#063029
8#04201C
9#02100E
Tints
Lighter variations
1#17BCA4
2#1BDABD
3#30E5CA
4#4EE9D2
5#6BEDD9
6#89F0E1
7#A6F4E8
8#C4F8F0
9#E1FBF7
Tones
Muted variations
1#1B9885
2#229180
3#298A7B
4#2F8376
5#367C72
6#3D756D
7#446E68
8#4B6763
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | 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: #F1FDFC;
--teal-100: #DFFBF7;
--teal-200: #C4F8F0;
--teal-300: #97F2E4;
--teal-400: #60EBD6;
--teal-500: #33E6CB;
--teal-600: #19C8AD;
--teal-700: #149F8A;
--teal-800: #0E7163;
--teal-900: #09493F;
--teal-950: #062D27;
}