Teal
#149F9D
CyanColor Codes
All color formats for development
HEX
#149F9DRGB
rgb(20, 159, 157)HSL
hsl(179, 78%, 35%)OKLCH
oklch(0.637 0.106 193.2)CMYK
cmyk(87%, 0%, 1%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F8D
2#107F7D
3#0E6F6E
4#0C5F5E
5#0A4F4E
6#08403F
7#06302F
8#04201F
9#021010
Tints
Lighter variations
1#17BCBA
2#1BDAD7
3#30E5E2
4#4EE9E7
5#6BEDEB
6#89F0EF
7#A6F4F3
8#C4F8F7
9#E1FBFB
Tones
Muted variations
1#1B9896
2#22918F
3#298A88
4#2F8382
5#367C7B
6#3D7574
7#446E6D
8#4B6767
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F8F7;
--teal-300: #97F2F1;
--teal-400: #60EBE9;
--teal-500: #33E6E3;
--teal-600: #19C8C5;
--teal-700: #149F9D;
--teal-800: #0E7170;
--teal-900: #094948;
--teal-950: #062D2D;
}