Teal
#00B36E
GreenColor Codes
All color formats for development
HEX
#00B36ERGB
rgb(0, 179, 110)HSL
hsl(157, 100%, 35%)OKLCH
oklch(0.675 0.16 157.3)CMYK
cmyk(100%, 0%, 39%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A163
2#008F58
3#007D4D
4#006B42
5#005937
6#00472C
7#003621
8#002416
9#00120B
Tints
Lighter variations
1#00D483
2#00F597
3#17FFA6
4#38FFB3
5#59FFBF
6#7AFFCC
7#9CFFD9
8#BDFFE6
9#DEFFF2
Tones
Muted variations
1#09AA6C
2#12A16A
3#1B9868
4#248F66
5#2D8664
6#367D62
7#3E745F
8#476B5D
9#50625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005232 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DBFFF1;
--teal-200: #BDFFE6;
--teal-300: #8AFFD2;
--teal-400: #4DFFBB;
--teal-500: #1AFFA7;
--teal-600: #00E08A;
--teal-700: #00B36E;
--teal-800: #00804F;
--teal-900: #005232;
--teal-950: #00331F;
}