Teal
#05AD67
GreenColor Codes
All color formats for development
HEX
#05AD67RGB
rgb(5, 173, 103)HSL
hsl(155, 94%, 35%)OKLCH
oklch(0.658 0.158 156.1)CMYK
cmyk(97%, 0%, 40%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C5D
2#048B53
3#047948
4#03683E
5#035734
6#024529
7#02341F
8#012315
9#01110A
Tints
Lighter variations
1#06CD7A
2#07ED8E
3#1EF89D
4#3EF9AB
5#5EFAB9
6#7EFBC7
7#9FFCD5
8#BFFDE3
9#DFFEF1
Tones
Muted variations
1#0EA566
2#169C64
3#1F9463
4#278C62
5#2F8360
6#387B5F
7#40725D
8#486A5C
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBCE | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F89E | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F2F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF0;
--teal-200: #BFFDE3;
--teal-300: #8DFBCE;
--teal-400: #52FAB4;
--teal-500: #20F89E;
--teal-600: #07DA82;
--teal-700: #05AD67;
--teal-800: #047C4A;
--teal-900: #024F2F;
--teal-950: #02311D;
}