Teal
#05AD62
GreenColor Codes
All color formats for development
HEX
#05AD62RGB
rgb(5, 173, 98)HSL
hsl(153, 94%, 35%)OKLCH
oklch(0.657 0.163 154.6)CMYK
cmyk(97%, 0%, 43%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C58
2#048B4E
3#047944
4#03683B
5#035731
6#024527
7#02341D
8#012314
9#01110A
Tints
Lighter variations
1#06CD74
2#07ED86
3#1EF896
4#3EF9A5
5#5EFAB4
6#7EFBC3
7#9FFCD2
8#BFFDE1
9#DFFEF0
Tones
Muted variations
1#0EA561
2#169C60
3#1F945F
4#278C5E
5#2F835D
6#387B5D
7#40725C
8#486A5B
9#51625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBCA | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAAE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F897 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF8;
--teal-100: #DCFEEF;
--teal-200: #BFFDE1;
--teal-300: #8DFBCA;
--teal-400: #52FAAE;
--teal-500: #20F897;
--teal-600: #07DA7B;
--teal-700: #05AD62;
--teal-800: #047C46;
--teal-900: #024F2D;
--teal-950: #02311C;
}