Teal
#06AC83
CyanColor Codes
All color formats for development
HEX
#06AC83RGB
rgb(6, 172, 131)HSL
hsl(165, 93%, 35%)OKLCH
oklch(0.662 0.133 168.1)CMYK
cmyk(97%, 0%, 24%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B76
2#058A69
3#04795C
4#04674E
5#035641
6#024534
7#023427
8#01221A
9#01110D
Tints
Lighter variations
1#07CC9B
2#09ECB3
3#1FF7C1
4#3FF8CA
5#5FF9D3
6#7FFADC
7#9FFCE4
8#BFFDED
9#DFFEF6
Tones
Muted variations
1#0FA47F
2#179C7A
3#1F9376
4#278B72
5#30836E
6#387A6A
7#407266
8#496A62
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF5;
--teal-200: #BFFDED;
--teal-300: #8EFBE0;
--teal-400: #53F9CF;
--teal-500: #22F7C2;
--teal-600: #08D9A4;
--teal-700: #06AC83;
--teal-800: #047B5D;
--teal-900: #034F3C;
--teal-950: #023125;
}