Teal
#1F8F93
CyanColor Codes
All color formats for development
HEX
#1F8F93RGB
rgb(31, 143, 147)HSL
hsl(182, 65%, 35%)OKLCH
oklch(0.593 0.094 198.7)CMYK
cmyk(79%, 3%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8185
2#197376
3#166467
4#135658
5#10484A
6#0C393B
7#092B2C
8#061D1D
9#030E0F
Tints
Lighter variations
1#25AAAF
2#2BC5CA
3#40D1D6
4#5BD8DC
5#76DEE2
6#92E5E8
7#ADEBEE
8#C8F2F3
9#E4F8F9
Tones
Muted variations
1#258A8D
2#2B8588
3#317F82
4#367A7C
5#3C7476
6#426F70
7#48696B
8#4E6465
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE8 #9EE8EA | BordersInactive statesPlaceholder text |
| 400 | 6CDC #6CDCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D2 #42D2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B4 #27B4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8F #1F8F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #166669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C8F2F3;
--teal-300: #9EE8EA;
--teal-400: #6CDCE0;
--teal-500: #42D2D7;
--teal-600: #27B4B9;
--teal-700: #1F8F93;
--teal-800: #166669;
--teal-900: #0E4243;
--teal-950: #09292A;
}