Teal
#149F8C
CyanColor Codes
All color formats for development
HEX
#149F8CRGB
rgb(20, 159, 140)HSL
hsl(172, 78%, 35%)OKLCH
oklch(0.631 0.111 180)CMYK
cmyk(87%, 0%, 12%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F7E
2#107F70
3#0E6F62
4#0C5F54
5#0A4F46
6#084038
7#06302A
8#04201C
9#02100E
Tints
Lighter variations
1#17BCA6
2#1BDAC0
3#30E5CD
4#4EE9D4
5#6BEDDC
6#89F0E3
7#A6F4EA
8#C4F8F1
9#E1FBF8
Tones
Muted variations
1#1B9887
2#229182
3#298A7D
4#2F8378
5#367C73
6#3D756E
7#446E69
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 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7164 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF7;
--teal-200: #C4F8F1;
--teal-300: #97F2E6;
--teal-400: #60EBD9;
--teal-500: #33E6CE;
--teal-600: #19C8B0;
--teal-700: #149F8C;
--teal-800: #0E7164;
--teal-900: #094940;
--teal-950: #062D28;
}