Teal
#03B073
GreenColor Codes
All color formats for development
HEX
#03B073RGB
rgb(3, 176, 115)HSL
hsl(159, 97%, 35%)OKLCH
oklch(0.668 0.151 159.7)CMYK
cmyk(98%, 0%, 35%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E68
2#028D5C
3#027B51
4#026945
5#01583A
6#01462E
7#013523
8#012317
9#00120C
Tints
Lighter variations
1#03D089
2#04F19E
3#1AFCAD
4#3BFCB8
5#5CFDC4
6#7CFDD0
7#9DFEDC
8#BEFEE7
9#DEFFF3
Tones
Muted variations
1#0BA771
2#149F6E
3#1D966B
4#258D69
5#2E8566
6#377C64
7#3F7361
8#486B5E
9#51625C
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;
}