Teal
#1F937E
CyanColor Codes
All color formats for development
HEX
#1F937ERGB
rgb(31, 147, 126)HSL
hsl(169, 65%, 35%)OKLCH
oklch(0.597 0.103 177)CMYK
cmyk(79%, 0%, 14%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8571
2#197665
3#166758
4#13584C
5#104A3F
6#0C3B32
7#092C26
8#061D19
9#030F0D
Tints
Lighter variations
1#25AF95
2#2BCAAD
3#40D6BB
4#5BDCC4
5#76E2CE
6#92E8D8
7#ADEEE2
8#C8F3EB
9#E4F9F5
Tones
Muted variations
1#258D7A
2#2B8877
3#318273
4#367C6F
5#3C766C
6#427068
7#486B64
8#4E6561
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 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFA;
--teal-100: #E2F9F4;
--teal-200: #C8F3EB;
--teal-300: #9EEADC;
--teal-400: #6CE0CA;
--teal-500: #42D7BB;
--teal-600: #27B99E;
--teal-700: #1F937E;
--teal-800: #16695A;
--teal-900: #0E433A;
--teal-950: #092A24;
}