Teal
#027E56
GreenColor Codes
All color formats for development
HEX
#027E56RGB
rgb(2, 126, 86)HSL
hsl(161, 97%, 25%)OKLCH
oklch(0.525 0.114 162.4)CMYK
cmyk(98%, 0%, 32%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02714E
2#026445
3#01583C
4#014B34
5#013F2B
6#013223
7#01261A
8#001911
9#000D09
Tints
Lighter variations
1#02A370
2#03C98A
3#04EFA4
4#1DFCB5
5#43FCC1
6#68FDCE
7#8EFDDA
8#B4FEE6
9#D9FEF3
Tones
Muted variations
1#087754
2#0E7152
3#146B50
4#1B654D
5#215F4B
6#275849
7#2D5247
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 #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD9 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015037 | 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: #DCFEF3;
--teal-200: #BEFEEA;
--teal-300: #8BFDD9;
--teal-400: #4FFCC5;
--teal-500: #1DFCB5;
--teal-600: #03DD98;
--teal-700: #03B079;
--teal-800: #027E56;
--teal-900: #015037;
--teal-950: #013223;
}