Teal
#027E5D
GreenColor Codes
All color formats for development
HEX
#027E5DRGB
rgb(2, 126, 93)HSL
hsl(164, 97%, 25%)OKLCH
oklch(0.526 0.108 166.7)CMYK
cmyk(98%, 0%, 26%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027153
2#02644A
3#015841
4#014B38
5#013F2E
6#013225
7#01261C
8#001913
9#000D09
Tints
Lighter variations
1#02A378
2#03C994
3#04EFB0
4#1DFCC0
5#43FCCB
6#68FDD5
7#8EFDE0
8#B4FEEA
9#D9FEF5
Tones
Muted variations
1#08775A
2#0E7157
3#146B54
4#1B6551
5#215F4E
6#27584B
7#2D5248
8#334C46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDF | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCCE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF5;
--teal-200: #BEFEED;
--teal-300: #8BFDDF;
--teal-400: #4FFCCE;
--teal-500: #1DFCC0;
--teal-600: #03DDA3;
--teal-700: #03B082;
--teal-800: #027E5D;
--teal-900: #01503B;
--teal-950: #013225;
}