Teal
#03B082
GreenColor Codes
All color formats for development
HEX
#03B082RGB
rgb(3, 176, 130)HSL
hsl(164, 97%, 35%)OKLCH
oklch(0.672 0.139 166.1)CMYK
cmyk(98%, 0%, 26%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E75
2#028D68
3#027B5B
4#02694E
5#015841
6#014634
7#013527
8#01231A
9#00120D
Tints
Lighter variations
1#03D09A
2#04F1B2
3#1AFCBF
4#3BFCC9
5#5CFDD2
6#7CFDDB
7#9DFEE4
8#BEFEED
9#DEFFF6
Tones
Muted variations
1#0BA77E
2#149F7A
3#1D9676
4#258D71
5#2E856D
6#377C69
7#3F7365
8#486B61
9#51625D
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;
}