Teal
#06AC64
GreenColor Codes
All color formats for development
HEX
#06AC64RGB
rgb(6, 172, 100)HSL
hsl(154, 93%, 35%)OKLCH
oklch(0.655 0.16 155.3)CMYK
cmyk(97%, 0%, 42%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B5A
2#058A50
3#047946
4#04673C
5#035632
6#024528
7#02341E
8#012214
9#01110A
Tints
Lighter variations
1#07CC77
2#09EC8A
3#1FF799
4#3FF8A8
5#5FF9B6
6#7FFAC5
7#9FFCD3
8#BFFDE2
9#DFFEF0
Tones
Muted variations
1#0FA463
2#179C62
3#1F9361
4#278B60
5#30835F
6#387A5E
7#40725D
8#496A5B
9#51625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79A | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2E | 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: #F0FEF8;
--teal-100: #DDFEEF;
--teal-200: #BFFDE2;
--teal-300: #8EFBCC;
--teal-400: #53F9B1;
--teal-500: #22F79A;
--teal-600: #08D97E;
--teal-700: #06AC64;
--teal-800: #047B48;
--teal-900: #034F2E;
--teal-950: #02311D;
}