Teal
#1F937C
CyanColor Codes
All color formats for development
HEX
#1F937CRGB
rgb(31, 147, 124)HSL
hsl(168, 65%, 35%)OKLCH
oklch(0.596 0.104 175.5)CMYK
cmyk(79%, 0%, 16%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8570
2#197663
3#166757
4#13584A
5#104A3E
6#0C3B32
7#092C25
8#061D19
9#030F0C
Tints
Lighter variations
1#25AF93
2#2BCAAA
3#40D6B8
4#5BDCC2
5#76E2CC
6#92E8D7
7#ADEEE1
8#C8F3EB
9#E4F9F5
Tones
Muted variations
1#258D79
2#2B8875
3#318272
4#367C6E
5#3C766B
6#427067
7#486B64
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 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADB | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4339 | 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: #C8F3EB;
--teal-300: #9EEADB;
--teal-400: #6CE0C9;
--teal-500: #42D7B9;
--teal-600: #27B99C;
--teal-700: #1F937C;
--teal-800: #166959;
--teal-900: #0E4339;
--teal-950: #092A23;
}