Teal
#1F938F
CyanColor Codes
All color formats for development
HEX
#1F938FRGB
rgb(31, 147, 143)HSL
hsl(178, 65%, 35%)OKLCH
oklch(0.602 0.097 191.3)CMYK
cmyk(79%, 0%, 3%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8581
2#197673
3#166764
4#135856
5#104A48
6#0C3B39
7#092C2B
8#061D1D
9#030F0E
Tints
Lighter variations
1#25AFAA
2#2BCAC5
3#40D6D1
4#5BDCD8
5#76E2DE
6#92E8E5
7#ADEEEB
8#C8F3F2
9#E4F9F8
Tones
Muted variations
1#258D8A
2#2B8885
3#31827F
4#367C7A
5#3C7674
6#42706F
7#486B69
8#4E6564
9#535F5F
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 #C8F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F8;
--teal-200: #C8F3F2;
--teal-300: #9EEAE8;
--teal-400: #6CE0DC;
--teal-500: #42D7D2;
--teal-600: #27B9B4;
--teal-700: #1F938F;
--teal-800: #166966;
--teal-900: #0E4342;
--teal-950: #092A29;
}