Teal
#03B079
GreenColor Codes
All color formats for development
HEX
#03B079RGB
rgb(3, 176, 121)HSL
hsl(161, 97%, 35%)OKLCH
oklch(0.67 0.146 162.1)CMYK
cmyk(98%, 0%, 31%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E6D
2#028D61
3#027B55
4#026949
5#01583C
6#014630
7#013524
8#012318
9#00120C
Tints
Lighter variations
1#03D08F
2#04F1A6
3#1AFCB4
4#3BFCBF
5#5CFDCA
6#7CFDD4
7#9DFEDF
8#BEFEEA
9#DEFFF4
Tones
Muted variations
1#0BA776
2#149F73
3#1D966F
4#258D6C
5#2E8569
6#377C66
7#3F7363
8#486B60
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD9 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BEFEEA;
--teal-300: #8BFDD9;
--teal-400: #4FFCC5;
--teal-500: #1DFCB5;
--teal-600: #03DD98;
--teal-700: #03B079;
--teal-800: #027E56;
--teal-900: #015037;
--teal-950: #013223;
}