Teal
#027E58
GreenColor Codes
All color formats for development
HEX
#027E58RGB
rgb(2, 126, 88)HSL
hsl(162, 97%, 25%)OKLCH
oklch(0.525 0.112 163.5)CMYK
cmyk(98%, 0%, 30%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027150
2#026447
3#01583E
4#014B35
5#013F2C
6#013223
7#01261B
8#001912
9#000D09
Tints
Lighter variations
1#02A373
2#03C98E
3#04EFA8
4#1DFCB9
5#43FCC4
6#68FDD0
7#8EFDDC
8#B4FEE8
9#D9FEF3
Tones
Muted variations
1#087756
2#0E7154
3#146B51
4#1B654F
5#215F4C
6#27584A
7#2D5247
8#334C45
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDB | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B07C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015039 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF4;
--teal-200: #BEFEEB;
--teal-300: #8BFDDB;
--teal-400: #4FFCC8;
--teal-500: #1DFCB9;
--teal-600: #03DD9C;
--teal-700: #03B07C;
--teal-800: #027E58;
--teal-900: #015039;
--teal-950: #013223;
}