Teal
#1F9391
CyanColor Codes
All color formats for development
HEX
#1F9391RGB
rgb(31, 147, 145)HSL
hsl(179, 65%, 35%)OKLCH
oklch(0.603 0.096 193.1)CMYK
cmyk(79%, 0%, 1%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8583
2#197674
3#166766
4#135857
5#104A49
6#0C3B3A
7#092C2C
8#061D1D
9#030F0F
Tints
Lighter variations
1#25AFAC
2#2BCAC7
3#40D6D4
4#5BDCDA
5#76E2E0
6#92E8E6
7#ADEEED
8#C8F3F3
9#E4F9F9
Tones
Muted variations
1#258D8C
2#2B8886
3#318281
4#367C7B
5#3C7675
6#427070
7#486B6A
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 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F8;
--teal-200: #C8F3F3;
--teal-300: #9EEAE9;
--teal-400: #6CE0DE;
--teal-500: #42D7D4;
--teal-600: #27B9B7;
--teal-700: #1F9391;
--teal-800: #166968;
--teal-900: #0E4342;
--teal-950: #092A2A;
}