Teal
#149F9A
CyanColor Codes
All color formats for development
HEX
#149F9ARGB
rgb(20, 159, 154)HSL
hsl(178, 78%, 35%)OKLCH
oklch(0.636 0.106 190.8)CMYK
cmyk(87%, 0%, 3%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F8B
2#107F7B
3#0E6F6C
4#0C5F5D
5#0A4F4D
6#08403E
7#06302E
8#04201F
9#02100F
Tints
Lighter variations
1#17BCB7
2#1BDAD4
3#30E5DF
4#4EE9E4
5#6BEDE8
6#89F0ED
7#A6F4F1
8#C4F8F6
9#E1FBFA
Tones
Muted variations
1#1B9894
2#22918D
3#298A87
4#2F8380
5#367C7A
6#3D7573
7#446E6D
8#4B6766
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C4F8F6;
--teal-300: #97F2EF;
--teal-400: #60EBE7;
--teal-500: #33E6E0;
--teal-600: #19C8C2;
--teal-700: #149F9A;
--teal-800: #0E716E;
--teal-900: #094947;
--teal-950: #062D2C;
}