Teal
#06ACAC
CyanColor Codes
All color formats for development
HEX
#06ACACRGB
rgb(6, 172, 172)HSL
hsl(180, 93%, 35%)OKLCH
oklch(0.674 0.114 194.8)CMYK
cmyk(97%, 0%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B9B
2#058A8A
3#047979
4#046767
5#035656
6#024545
7#023434
8#012222
9#011111
Tints
Lighter variations
1#07CCCC
2#09ECEC
3#1FF7F7
4#3FF8F8
5#5FF9F9
6#7FFAFA
7#9FFCFC
8#BFFDFD
9#DFFEFE
Tones
Muted variations
1#0FA4A4
2#179C9C
3#1F9393
4#278B8B
5#308383
6#387A7A
7#407272
8#496A6A
9#516262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBFB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFE;
--teal-100: #DDFEFE;
--teal-200: #BFFDFD;
--teal-300: #8EFBFB;
--teal-400: #53F9F9;
--teal-500: #22F7F7;
--teal-600: #08D9D9;
--teal-700: #06ACAC;
--teal-800: #047B7B;
--teal-900: #034F4F;
--teal-950: #023131;
}