Teal
#1F937A
CyanColor Codes
All color formats for development
HEX
#1F937ARGB
rgb(31, 147, 122)HSL
hsl(167, 65%, 35%)OKLCH
oklch(0.596 0.106 174)CMYK
cmyk(79%, 0%, 17%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C856E
2#197662
3#166755
4#135849
5#104A3D
6#0C3B31
7#092C25
8#061D18
9#030F0C
Tints
Lighter variations
1#25AF91
2#2BCAA7
3#40D6B6
4#5BDCC0
5#76E2CB
6#92E8D5
7#ADEEE0
8#C8F3EA
9#E4F9F5
Tones
Muted variations
1#258D77
2#2B8874
3#318270
4#367C6D
5#3C766A
6#427066
7#486B63
8#4E6560
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFA;
--teal-100: #E2F9F4;
--teal-200: #C8F3EA;
--teal-300: #9EEADA;
--teal-400: #6CE0C7;
--teal-500: #42D7B7;
--teal-600: #27B99A;
--teal-700: #1F937A;
--teal-800: #166957;
--teal-900: #0E4338;
--teal-950: #092A23;
}