Teal
#027E54
GreenColor Codes
All color formats for development
HEX
#027E54RGB
rgb(2, 126, 84)HSL
hsl(160, 97%, 25%)OKLCH
oklch(0.524 0.116 161.2)CMYK
cmyk(98%, 0%, 33%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02714C
2#026443
3#01583B
4#014B33
5#013F2A
6#013222
7#012619
8#001911
9#000D08
Tints
Lighter variations
1#02A36E
2#03C987
3#04EFA0
4#1DFCB1
5#43FCBE
6#68FDCB
7#8EFDD8
8#B4FEE5
9#D9FEF2
Tones
Muted variations
1#087752
2#0E7150
3#146B4E
4#1B654C
5#215F4A
6#275848
7#2D5246
8#334C44
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD7 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BEFEE9;
--teal-300: #8BFDD7;
--teal-400: #4FFCC3;
--teal-500: #1DFCB1;
--teal-600: #03DD94;
--teal-700: #03B076;
--teal-800: #027E54;
--teal-900: #015036;
--teal-950: #013222;
}