Teal
#00B39E
CyanColor Codes
All color formats for development
HEX
#00B39ERGB
rgb(0, 179, 158)HSL
hsl(173, 100%, 35%)OKLCH
oklch(0.687 0.124 180.4)CMYK
cmyk(100%, 0%, 12%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A18E
2#008F7E
3#007D6E
4#006B5F
5#00594F
6#00473F
7#00362F
8#002420
9#001210
Tints
Lighter variations
1#00D4BB
2#00F5D8
3#17FFE4
4#38FFE8
5#59FFEC
6#7AFFF0
7#9CFFF3
8#BDFFF7
9#DEFFFB
Tones
Muted variations
1#09AA97
2#12A190
3#1B9889
4#248F82
5#2D867B
6#367D75
7#3E746E
8#476B67
9#506260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF1 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFEA | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005248 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DBFFFB;
--teal-200: #BDFFF7;
--teal-300: #8AFFF1;
--teal-400: #4DFFEA;
--teal-500: #1AFFE4;
--teal-600: #00E0C6;
--teal-700: #00B39E;
--teal-800: #008071;
--teal-900: #005248;
--teal-950: #00332D;
}