Teal
#00B389
CyanColor Codes
All color formats for development
HEX
#00B389RGB
rgb(0, 179, 137)HSL
hsl(166, 100%, 35%)OKLCH
oklch(0.681 0.137 168.5)CMYK
cmyk(100%, 0%, 23%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A17B
2#008F6D
3#007D60
4#006B52
5#005944
6#004737
7#003629
8#00241B
9#00120E
Tints
Lighter variations
1#00D4A2
2#00F5BC
3#17FFC9
4#38FFD1
5#59FFD8
6#7AFFE0
7#9CFFE8
8#BDFFF0
9#DEFFF7
Tones
Muted variations
1#09AA84
2#12A17F
3#1B987B
4#248F76
5#2D8671
6#367D6C
7#3E7468
8#476B63
9#50625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523F | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DBFFF7;
--teal-200: #BDFFF0;
--teal-300: #8AFFE4;
--teal-400: #4DFFD5;
--teal-500: #1AFFC9;
--teal-600: #00E0AC;
--teal-700: #00B389;
--teal-800: #008062;
--teal-900: #00523F;
--teal-950: #003327;
}