Teal
#00B383
GreenColor Codes
All color formats for development
HEX
#00B383RGB
rgb(0, 179, 131)HSL
hsl(164, 100%, 35%)OKLCH
oklch(0.68 0.142 165.6)CMYK
cmyk(100%, 0%, 27%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A176
2#008F69
3#007D5C
4#006B4F
5#005941
6#004734
7#003627
8#00241A
9#00120D
Tints
Lighter variations
1#00D49B
2#00F5B4
3#17FFC1
4#38FFCA
5#59FFD3
6#7AFFDC
7#9CFFE4
8#BDFFED
9#DEFFF6
Tones
Muted variations
1#09AA7F
2#12A17B
3#1B9876
4#248F72
5#2D866E
6#367D6A
7#3E7466
8#476B62
9#50625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DBFFF5;
--teal-200: #BDFFED;
--teal-300: #8AFFE0;
--teal-400: #4DFFCF;
--teal-500: #1AFFC2;
--teal-600: #00E0A5;
--teal-700: #00B383;
--teal-800: #00805E;
--teal-900: #00523C;
--teal-950: #003325;
}