Teal
#149F7C
CyanColor Codes
All color formats for development
HEX
#149F7CRGB
rgb(20, 159, 124)HSL
hsl(165, 78%, 35%)OKLCH
oklch(0.626 0.121 169.5)CMYK
cmyk(87%, 0%, 22%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F70
2#107F63
3#0E6F57
4#0C5F4A
5#0A4F3E
6#084032
7#063025
8#042019
9#02100C
Tints
Lighter variations
1#17BC93
2#1BDAAA
3#30E5B8
4#4EE9C2
5#6BEDCC
6#89F0D7
7#A6F4E1
8#C4F8EB
9#E1FBF5
Tones
Muted variations
1#1B9879
2#229175
3#298A72
4#2F836E
5#367C6B
6#3D7567
7#446E64
8#4B6760
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C89C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF4;
--teal-200: #C4F8EB;
--teal-300: #97F2DB;
--teal-400: #60EBC9;
--teal-500: #33E6B9;
--teal-600: #19C89C;
--teal-700: #149F7C;
--teal-800: #0E7159;
--teal-900: #094939;
--teal-950: #062D23;
}