Teal
#00B36B
GreenColor Codes
All color formats for development
HEX
#00B36BRGB
rgb(0, 179, 107)HSL
hsl(156, 100%, 35%)OKLCH
oklch(0.674 0.163 156.3)CMYK
cmyk(100%, 0%, 40%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A160
2#008F56
3#007D4B
4#006B40
5#005936
6#00472B
7#003620
8#002415
9#00120B
Tints
Lighter variations
1#00D47F
2#00F593
3#17FFA2
4#38FFAF
5#59FFBD
6#7AFFCA
7#9CFFD7
8#BDFFE4
9#DEFFF2
Tones
Muted variations
1#09AA69
2#12A168
3#1B9866
4#248F64
5#2D8662
6#367D60
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 #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | 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: #BDFFE4;
--teal-300: #8AFFD0;
--teal-400: #4DFFB8;
--teal-500: #1AFFA3;
--teal-600: #00E087;
--teal-700: #00B36B;
--teal-800: #00804D;
--teal-900: #005231;
--teal-950: #00331F;
}