Teal
#1F938D
CyanColor Codes
All color formats for development
HEX
#1F938DRGB
rgb(31, 147, 141)HSL
hsl(177, 65%, 35%)OKLCH
oklch(0.602 0.097 189.5)CMYK
cmyk(79%, 0%, 4%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C857F
2#197671
3#166763
4#135855
5#104A47
6#0C3B39
7#092C2A
8#061D1C
9#030F0E
Tints
Lighter variations
1#25AFA8
2#2BCAC2
3#40D6CF
4#5BDCD6
5#76E2DD
6#92E8E3
7#ADEEEA
8#C8F3F1
9#E4F9F8
Tones
Muted variations
1#258D88
2#2B8883
3#31827E
4#367C79
5#3C7673
6#42706E
7#486B69
8#4E6564
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4341 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F8;
--teal-200: #C8F3F1;
--teal-300: #9EEAE7;
--teal-400: #6CE0DA;
--teal-500: #42D7CF;
--teal-600: #27B9B2;
--teal-700: #1F938D;
--teal-800: #166965;
--teal-900: #0E4341;
--teal-950: #092A28;
}