Teal
#149F96
CyanColor Codes
All color formats for development
HEX
#149F96RGB
rgb(20, 159, 150)HSL
hsl(176, 78%, 35%)OKLCH
oklch(0.634 0.107 187.6)CMYK
cmyk(87%, 0%, 6%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F87
2#107F78
3#0E6F69
4#0C5F5A
5#0A4F4B
6#08403C
7#06302D
8#04201E
9#02100F
Tints
Lighter variations
1#17BCB1
2#1BDACD
3#30E5D9
4#4EE9DF
5#6BEDE4
6#89F0EA
7#A6F4EF
8#C4F8F4
9#E1FBFA
Tones
Muted variations
1#1B9890
2#22918A
3#298A83
4#2F837D
5#367C77
6#3D7571
7#446E6B
8#4B6765
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | 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: #DFFBF9;
--teal-200: #C4F8F4;
--teal-300: #97F2EC;
--teal-400: #60EBE2;
--teal-500: #33E6DA;
--teal-600: #19C8BC;
--teal-700: #149F96;
--teal-800: #0E716B;
--teal-900: #094944;
--teal-950: #062D2B;
}