Teal
#00B386
CyanColor Codes
All color formats for development
HEX
#00B386RGB
rgb(0, 179, 134)HSL
hsl(165, 100%, 35%)OKLCH
oklch(0.68 0.139 167)CMYK
cmyk(100%, 0%, 25%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A178
2#008F6B
3#007D5E
4#006B50
5#005943
6#004736
7#003628
8#00241B
9#00120D
Tints
Lighter variations
1#00D49F
2#00F5B8
3#17FFC5
4#38FFCD
5#59FFD6
6#7AFFDE
7#9CFFE6
8#BDFFEE
9#DEFFF7
Tones
Muted variations
1#09AA81
2#12A17D
3#1B9878
4#248F74
5#2D8670
6#367D6B
7#3E7467
8#476B62
9#50625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DBFFF6;
--teal-200: #BDFFEE;
--teal-300: #8AFFE2;
--teal-400: #4DFFD2;
--teal-500: #1AFFC6;
--teal-600: #00E0A8;
--teal-700: #00B386;
--teal-800: #008060;
--teal-900: #00523D;
--teal-950: #003326;
}