Teal
#03B06B
GreenColor Codes
All color formats for development
HEX
#03B06BRGB
rgb(3, 176, 107)HSL
hsl(156, 97%, 35%)OKLCH
oklch(0.666 0.159 156.9)CMYK
cmyk(98%, 0%, 39%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E60
2#028D55
3#027B4B
4#026940
5#015835
6#01462B
7#013520
8#012315
9#00120B
Tints
Lighter variations
1#03D07E
2#04F192
3#1AFCA1
4#3BFCAF
5#5CFDBC
6#7CFDCA
7#9DFED7
8#BEFEE4
9#DEFFF2
Tones
Muted variations
1#0BA769
2#149F67
3#1D9665
4#258D64
5#2E8562
6#377C60
7#3F735E
8#486B5D
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B06B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015031 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF1;
--teal-200: #BEFEE4;
--teal-300: #8BFDD0;
--teal-400: #4FFCB7;
--teal-500: #1DFCA3;
--teal-600: #03DD86;
--teal-700: #03B06B;
--teal-800: #027E4C;
--teal-900: #015031;
--teal-950: #01321E;
}