Teal
#06AC8B
CyanColor Codes
All color formats for development
HEX
#06AC8BRGB
rgb(6, 172, 139)HSL
hsl(168, 93%, 35%)OKLCH
oklch(0.664 0.127 172.5)CMYK
cmyk(97%, 0%, 19%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B7D
2#058A6F
3#047961
4#046753
5#035646
6#024538
7#02342A
8#01221C
9#01110E
Tints
Lighter variations
1#07CCA5
2#09ECBF
3#1FF7CC
4#3FF8D3
5#5FF9DA
6#7FFAE2
7#9FFCE9
8#BFFDF0
9#DFFEF8
Tones
Muted variations
1#0FA486
2#179C81
3#1F937C
4#278B77
5#308372
6#387A6D
7#407268
8#496A63
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF7;
--teal-200: #BFFDF0;
--teal-300: #8EFBE5;
--teal-400: #53F9D8;
--teal-500: #22F7CC;
--teal-600: #08D9AF;
--teal-700: #06AC8B;
--teal-800: #047B63;
--teal-900: #034F40;
--teal-950: #023128;
}