Teal
#00B38F
CyanColor Codes
All color formats for development
HEX
#00B38FRGB
rgb(0, 179, 143)HSL
hsl(168, 100%, 35%)OKLCH
oklch(0.683 0.133 171.6)CMYK
cmyk(100%, 0%, 20%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A181
2#008F72
3#007D64
4#006B56
5#005947
6#004739
7#00362B
8#00241D
9#00120E
Tints
Lighter variations
1#00D4A9
2#00F5C4
3#17FFD1
4#38FFD7
5#59FFDE
6#7AFFE4
7#9CFFEB
8#BDFFF2
9#DEFFF8
Tones
Muted variations
1#09AA89
2#12A184
3#1B987F
4#248F79
5#2D8674
6#367D6F
7#3E7469
8#476B64
9#50625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFDB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005241 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DBFFF8;
--teal-200: #BDFFF2;
--teal-300: #8AFFE8;
--teal-400: #4DFFDB;
--teal-500: #1AFFD1;
--teal-600: #00E0B4;
--teal-700: #00B38F;
--teal-800: #008066;
--teal-900: #005241;
--teal-950: #003329;
}