Teal
#00B362
GreenColor Codes
All color formats for development
HEX
#00B362RGB
rgb(0, 179, 98)HSL
hsl(153, 100%, 35%)OKLCH
oklch(0.673 0.171 153.7)CMYK
cmyk(100%, 0%, 45%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A158
2#008F4F
3#007D45
4#006B3B
5#005931
6#004727
7#00361D
8#002414
9#00120A
Tints
Lighter variations
1#00D474
2#00F587
3#17FF97
4#38FFA5
5#59FFB4
6#7AFFC3
7#9CFFD2
8#BDFFE1
9#DEFFF0
Tones
Muted variations
1#09AA61
2#12A160
3#1B985F
4#248F5F
5#2D865E
6#367D5D
7#3E745C
8#476B5B
9#50625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF8;
--teal-100: #DBFFEF;
--teal-200: #BDFFE1;
--teal-300: #8AFFCA;
--teal-400: #4DFFAF;
--teal-500: #1AFF98;
--teal-600: #00E07B;
--teal-700: #00B362;
--teal-800: #008046;
--teal-900: #00522D;
--teal-950: #00331C;
}