Teal
#05AD91
CyanColor Codes
All color formats for development
HEX
#05AD91RGB
rgb(5, 173, 145)HSL
hsl(170, 94%, 35%)OKLCH
oklch(0.668 0.125 175.5)CMYK
cmyk(97%, 0%, 16%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C83
2#048B74
3#047966
4#036857
5#035749
6#02453A
7#02342C
8#01231D
9#01110F
Tints
Lighter variations
1#06CDAC
2#07EDC7
3#1EF8D4
4#3EF9DA
5#5EFAE0
6#7EFBE6
7#9FFCEC
8#BFFDF3
9#DFFEF9
Tones
Muted variations
1#0EA58C
2#169C86
3#1F9480
4#278C7B
5#2F8375
6#387B70
7#40726A
8#486A64
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE9 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FADE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BFFDF3;
--teal-300: #8DFBE9;
--teal-400: #52FADE;
--teal-500: #20F8D4;
--teal-600: #07DAB7;
--teal-700: #05AD91;
--teal-800: #047C68;
--teal-900: #024F42;
--teal-950: #023129;
}