Teal
#00B35F
GreenColor Codes
All color formats for development
HEX
#00B35FRGB
rgb(0, 179, 95)HSL
hsl(152, 100%, 35%)OKLCH
oklch(0.672 0.173 152.9)CMYK
cmyk(100%, 0%, 47%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A156
2#008F4C
3#007D43
4#006B39
5#005930
6#004726
7#00361D
8#002413
9#00120A
Tints
Lighter variations
1#00D471
2#00F583
3#17FF93
4#38FFA2
5#59FFB2
6#7AFFC1
7#9CFFD1
8#BDFFE0
9#DEFFF0
Tones
Muted variations
1#09AA5F
2#12A15E
3#1B985D
4#248F5D
5#2D865C
6#367D5C
7#3E745B
8#476B5A
9#50625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E078 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008044 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF8;
--teal-100: #DBFFEE;
--teal-200: #BDFFE0;
--teal-300: #8AFFC8;
--teal-400: #4DFFAC;
--teal-500: #1AFF94;
--teal-600: #00E078;
--teal-700: #00B35F;
--teal-800: #008044;
--teal-900: #00522C;
--teal-950: #00331B;
}