Teal
#149F98
CyanColor Codes
All color formats for development
HEX
#149F98RGB
rgb(20, 159, 152)HSL
hsl(177, 78%, 35%)OKLCH
oklch(0.635 0.107 189.2)CMYK
cmyk(87%, 0%, 4%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F89
2#107F7A
3#0E6F6A
4#0C5F5B
5#0A4F4C
6#08403D
7#06302E
8#04201E
9#02100F
Tints
Lighter variations
1#17BCB4
2#1BDAD0
3#30E5DC
4#4EE9E1
5#6BEDE6
6#89F0EB
7#A6F4F0
8#C4F8F5
9#E1FBFA
Tones
Muted variations
1#1B9892
2#22918B
3#298A85
4#2F837F
5#367C79
6#3D7572
7#446E6C
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 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094945 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C4F8F5;
--teal-300: #97F2EE;
--teal-400: #60EBE4;
--teal-500: #33E6DD;
--teal-600: #19C8BF;
--teal-700: #149F98;
--teal-800: #0E716D;
--teal-900: #094945;
--teal-950: #062D2B;
}