Teal
#149F9F
CyanColor Codes
All color formats for development
HEX
#149F9FRGB
rgb(20, 159, 159)HSL
hsl(180, 78%, 35%)OKLCH
oklch(0.638 0.106 194.8)CMYK
cmyk(87%, 0%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F8F
2#107F7F
3#0E6F6F
4#0C5F5F
5#0A4F4F
6#084040
7#063030
8#042020
9#021010
Tints
Lighter variations
1#17BCBC
2#1BDADA
3#30E5E5
4#4EE9E9
5#6BEDED
6#89F0F0
7#A6F4F4
8#C4F8F8
9#E1FBFB
Tones
Muted variations
1#1B9898
2#229191
3#298A8A
4#2F8383
5#367C7C
6#3D7575
7#446E6E
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 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | 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: #C4F8F8;
--teal-300: #97F2F2;
--teal-400: #60EBEB;
--teal-500: #33E6E6;
--teal-600: #19C8C8;
--teal-700: #149F9F;
--teal-800: #0E7171;
--teal-900: #094949;
--teal-950: #062D2D;
}