Teal
#03B07C
GreenColor Codes
All color formats for development
HEX
#03B07CRGB
rgb(3, 176, 124)HSL
hsl(162, 97%, 35%)OKLCH
oklch(0.67 0.144 163.4)CMYK
cmyk(98%, 0%, 30%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E6F
2#028D63
3#027B57
4#02694A
5#01583E
6#014632
7#013525
8#012319
9#00120C
Tints
Lighter variations
1#03D093
2#04F1AA
3#1AFCB8
4#3BFCC2
5#5CFDCC
6#7CFDD6
7#9DFEE1
8#BEFEEB
9#DEFFF5
Tones
Muted variations
1#0BA778
2#149F75
3#1D9671
4#258D6E
5#2E856B
6#377C67
7#3F7364
8#486B60
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDB | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B07C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015039 | 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: #DCFEF4;
--teal-200: #BEFEEB;
--teal-300: #8BFDDB;
--teal-400: #4FFCC8;
--teal-500: #1DFCB9;
--teal-600: #03DD9C;
--teal-700: #03B07C;
--teal-800: #027E58;
--teal-900: #015039;
--teal-950: #013223;
}