Teal
#03B06D
GreenColor Codes
All color formats for development
HEX
#03B06DRGB
rgb(3, 176, 109)HSL
hsl(157, 97%, 35%)OKLCH
oklch(0.667 0.157 157.5)CMYK
cmyk(98%, 0%, 38%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E63
2#028D58
3#027B4D
4#026942
5#015837
6#01462C
7#013521
8#012316
9#00120B
Tints
Lighter variations
1#03D082
2#04F196
3#1AFCA5
4#3BFCB2
5#5CFDBF
6#7CFDCC
7#9DFED9
8#BEFEE5
9#DEFFF2
Tones
Muted variations
1#0BA76B
2#149F69
3#1D9667
4#258D65
5#2E8563
6#377C61
7#3F735F
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 #BEFEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD2 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCBA | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B06D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015032 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF1;
--teal-200: #BEFEE5;
--teal-300: #8BFDD2;
--teal-400: #4FFCBA;
--teal-500: #1DFCA6;
--teal-600: #03DD8A;
--teal-700: #03B06D;
--teal-800: #027E4E;
--teal-900: #015032;
--teal-950: #01321F;
}