Teal
#05AD86
CyanColor Codes
All color formats for development
HEX
#05AD86RGB
rgb(5, 173, 134)HSL
hsl(166, 94%, 35%)OKLCH
oklch(0.665 0.132 169.3)CMYK
cmyk(97%, 0%, 23%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C79
2#048B6B
3#04795E
4#036850
5#035743
6#024536
7#023428
8#01231B
9#01110D
Tints
Lighter variations
1#06CD9F
2#07EDB8
3#1EF8C5
4#3EF9CD
5#5EFAD6
6#7EFBDE
7#9FFCE6
8#BFFDEE
9#DFFEF7
Tones
Muted variations
1#0EA582
2#169C7D
3#1F9479
4#278C74
5#2F8370
6#387B6B
7#407267
8#486A62
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE2 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BFFDEE;
--teal-300: #8DFBE2;
--teal-400: #52FAD2;
--teal-500: #20F8C6;
--teal-600: #07DAA8;
--teal-700: #05AD86;
--teal-800: #047C60;
--teal-900: #024F3D;
--teal-950: #023126;
}