Teal
#00B38C
CyanColor Codes
All color formats for development
HEX
#00B38CRGB
rgb(0, 179, 140)HSL
hsl(167, 100%, 35%)OKLCH
oklch(0.682 0.135 170)CMYK
cmyk(100%, 0%, 22%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A17E
2#008F70
3#007D62
4#006B54
5#005946
6#004738
7#00362A
8#00241C
9#00120E
Tints
Lighter variations
1#00D4A6
2#00F5C0
3#17FFCD
4#38FFD4
5#59FFDB
6#7AFFE2
7#9CFFE9
8#BDFFF1
9#DEFFF8
Tones
Muted variations
1#09AA87
2#12A182
3#1B987D
4#248F78
5#2D8673
6#367D6D
7#3E7468
8#476B63
9#50625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005240 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DBFFF7;
--teal-200: #BDFFF1;
--teal-300: #8AFFE6;
--teal-400: #4DFFD8;
--teal-500: #1AFFCD;
--teal-600: #00E0B0;
--teal-700: #00B38C;
--teal-800: #008064;
--teal-900: #005240;
--teal-950: #003328;
}