Teal
#1F938A
CyanColor Codes
All color formats for development
HEX
#1F938ARGB
rgb(31, 147, 138)HSL
hsl(175, 65%, 35%)OKLCH
oklch(0.601 0.098 186.9)CMYK
cmyk(79%, 0%, 6%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C857C
2#19766E
3#166760
4#135853
5#104A45
6#0C3B37
7#092C29
8#061D1C
9#030F0E
Tints
Lighter variations
1#25AFA3
2#2BCABD
3#40D6CA
4#5BDCD1
5#76E2D9
6#92E8E1
7#ADEEE8
8#C8F3F0
9#E4F9F7
Tones
Muted variations
1#258D85
2#2B8880
3#31827B
4#367C76
5#3C7671
6#42706D
7#486B68
8#4E6563
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D6 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F7;
--teal-200: #C8F3F0;
--teal-300: #9EEAE4;
--teal-400: #6CE0D6;
--teal-500: #42D7CA;
--teal-600: #27B9AD;
--teal-700: #1F938A;
--teal-800: #166962;
--teal-900: #0E433F;
--teal-950: #092A27;
}