Teal
#05AD64
GreenColor Codes
All color formats for development
HEX
#05AD64RGB
rgb(5, 173, 100)HSL
hsl(154, 94%, 35%)OKLCH
oklch(0.657 0.161 155.2)CMYK
cmyk(97%, 0%, 42%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C5A
2#048B50
3#047946
4#03683C
5#035732
6#024528
7#02341E
8#012314
9#01110A
Tints
Lighter variations
1#06CD77
2#07ED8A
3#1EF89A
4#3EF9A8
5#5EFAB7
6#7EFBC5
7#9FFCD4
8#BFFDE2
9#DFFEF1
Tones
Muted variations
1#0EA563
2#169C62
3#1F9461
4#278C60
5#2F835F
6#387B5E
7#40725D
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 #BFFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBCC | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F89B | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F2E | 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: #F0FFF8;
--teal-100: #DCFEEF;
--teal-200: #BFFDE2;
--teal-300: #8DFBCC;
--teal-400: #52FAB1;
--teal-500: #20F89B;
--teal-600: #07DA7E;
--teal-700: #05AD64;
--teal-800: #047C48;
--teal-900: #024F2E;
--teal-950: #02311D;
}