Teal
#05AD7B
GreenColor Codes
All color formats for development
HEX
#05AD7BRGB
rgb(5, 173, 123)HSL
hsl(162, 94%, 35%)OKLCH
oklch(0.662 0.141 163.9)CMYK
cmyk(97%, 0%, 29%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C6F
2#048B62
3#047956
4#03684A
5#03573D
6#024531
7#023425
8#012319
9#01110C
Tints
Lighter variations
1#06CD92
2#07EDA8
3#1EF8B7
4#3EF9C1
5#5EFACB
6#7EFBD6
7#9FFCE0
8#BFFDEA
9#DFFEF5
Tones
Muted variations
1#0EA577
2#169C74
3#1F9471
4#278C6D
5#2F836A
6#387B67
7#407263
8#486A60
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDA | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF4;
--teal-200: #BFFDEA;
--teal-300: #8DFBDA;
--teal-400: #52FAC7;
--teal-500: #20F8B7;
--teal-600: #07DA9A;
--teal-700: #05AD7B;
--teal-800: #047C58;
--teal-900: #024F38;
--teal-950: #023123;
}