Teal
#027E52
GreenColor Codes
All color formats for development
HEX
#027E52RGB
rgb(2, 126, 82)HSL
hsl(159, 97%, 25%)OKLCH
oklch(0.524 0.118 160.2)CMYK
cmyk(98%, 0%, 35%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02714A
2#026442
3#01583A
4#014B31
5#013F29
6#013221
7#012619
8#001910
9#000D08
Tints
Lighter variations
1#02A36B
2#03C984
3#04EF9C
4#1DFCAE
5#43FCBB
6#68FDC9
7#8EFDD6
8#B4FEE4
9#D9FEF1
Tones
Muted variations
1#087750
2#0E714F
3#146B4D
4#1B654B
5#215F49
6#275847
7#2D5245
8#334C43
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD5 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF2;
--teal-200: #BEFEE7;
--teal-300: #8BFDD5;
--teal-400: #4FFCC0;
--teal-500: #1DFCAE;
--teal-600: #03DD91;
--teal-700: #03B073;
--teal-800: #027E52;
--teal-900: #015035;
--teal-950: #013221;
}