Teal
#03B070
GreenColor Codes
All color formats for development
HEX
#03B070RGB
rgb(3, 176, 112)HSL
hsl(158, 97%, 35%)OKLCH
oklch(0.668 0.154 158.6)CMYK
cmyk(98%, 0%, 36%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E65
2#028D5A
3#027B4F
4#026943
5#015838
6#01462D
7#013522
8#012316
9#00120B
Tints
Lighter variations
1#03D085
2#04F19A
3#1AFCA9
4#3BFCB5
5#5CFDC2
6#7CFDCE
7#9DFEDA
8#BEFEE6
9#DEFFF3
Tones
Muted variations
1#0BA76E
2#149F6C
3#1D9669
4#258D67
5#2E8565
6#377C62
7#3F7360
8#486B5E
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCBD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015033 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF2;
--teal-200: #BEFEE6;
--teal-300: #8BFDD4;
--teal-400: #4FFCBD;
--teal-500: #1DFCAA;
--teal-600: #03DD8D;
--teal-700: #03B070;
--teal-800: #027E50;
--teal-900: #015033;
--teal-950: #013220;
}