Teal
#05AD9F
CyanColor Codes
All color formats for development
HEX
#05AD9FRGB
rgb(5, 173, 159)HSL
hsl(175, 94%, 35%)OKLCH
oklch(0.672 0.118 184.7)CMYK
cmyk(97%, 0%, 8%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C8F
2#048B7F
3#04796F
4#03685F
5#035750
6#024540
7#023430
8#012320
9#011110
Tints
Lighter variations
1#06CDBD
2#07EDDA
3#1EF8E6
4#3EF9E9
5#5EFAED
6#7EFBF1
7#9FFCF4
8#BFFDF8
9#DFFEFB
Tones
Muted variations
1#0EA598
2#169C91
3#1F948A
4#278C83
5#2F837C
6#387B75
7#40726E
8#486A67
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF2 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEC | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BFFDF8;
--teal-300: #8DFBF2;
--teal-400: #52FAEC;
--teal-500: #20F8E6;
--teal-600: #07DAC8;
--teal-700: #05AD9F;
--teal-800: #047C72;
--teal-900: #024F49;
--teal-950: #02312D;
}