Teal
#149F8F
CyanColor Codes
All color formats for development
HEX
#149F8FRGB
rgb(20, 159, 143)HSL
hsl(173, 78%, 35%)OKLCH
oklch(0.632 0.11 182.2)CMYK
cmyk(87%, 0%, 10%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F80
2#107F72
3#0E6F64
4#0C5F56
5#0A4F47
6#084039
7#06302B
8#04201D
9#02100E
Tints
Lighter variations
1#17BCA9
2#1BDAC4
3#30E5D0
4#4EE9D7
5#6BEDDE
6#89F0E4
7#A6F4EB
8#C4F8F2
9#E1FBF8
Tones
Muted variations
1#1B9889
2#229184
3#298A7F
4#2F8379
5#367C74
6#3D756F
7#446E69
8#4B6764
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094941 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C4F8F2;
--teal-300: #97F2E7;
--teal-400: #60EBDB;
--teal-500: #33E6D1;
--teal-600: #19C8B3;
--teal-700: #149F8F;
--teal-800: #0E7166;
--teal-900: #094941;
--teal-950: #062D29;
}