Teal
#03B076
GreenColor Codes
All color formats for development
HEX
#03B076RGB
rgb(3, 176, 118)HSL
hsl(160, 97%, 35%)OKLCH
oklch(0.669 0.149 160.9)CMYK
cmyk(98%, 0%, 33%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E6A
2#028D5E
3#027B53
4#026947
5#01583B
6#01462F
7#013523
8#012318
9#00120C
Tints
Lighter variations
1#03D08C
2#04F1A2
3#1AFCB0
4#3BFCBC
5#5CFDC7
6#7CFDD2
7#9DFEDD
8#BEFEE9
9#DEFFF4
Tones
Muted variations
1#0BA773
2#149F70
3#1D966D
4#258D6B
5#2E8568
6#377C65
7#3F7362
8#486B5F
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 #BEFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD7 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BEFEE9;
--teal-300: #8BFDD7;
--teal-400: #4FFCC3;
--teal-500: #1DFCB1;
--teal-600: #03DD94;
--teal-700: #03B076;
--teal-800: #027E54;
--teal-900: #015036;
--teal-950: #013222;
}