Teal
#05AD70
GreenColor Codes
All color formats for development
HEX
#05AD70RGB
rgb(5, 173, 112)HSL
hsl(158, 94%, 35%)OKLCH
oklch(0.66 0.15 159.3)CMYK
cmyk(97%, 0%, 35%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C64
2#048B59
3#04794E
4#036843
5#035738
6#02452D
7#023421
8#012316
9#01110B
Tints
Lighter variations
1#06CD84
2#07ED99
3#1EF8A8
4#3EF9B4
5#5EFAC1
6#7EFBCD
7#9FFCDA
8#BFFDE6
9#DFFEF3
Tones
Muted variations
1#0EA56D
2#169C6B
3#1F9469
4#278C67
5#2F8364
6#387B62
7#407260
8#486A5E
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD3 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FABC | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF2;
--teal-200: #BFFDE6;
--teal-300: #8DFBD3;
--teal-400: #52FABC;
--teal-500: #20F8A9;
--teal-600: #07DA8C;
--teal-700: #05AD70;
--teal-800: #047C50;
--teal-900: #024F33;
--teal-950: #023120;
}