Teal
#05AD97
CyanColor Codes
All color formats for development
HEX
#05AD97RGB
rgb(5, 173, 151)HSL
hsl(172, 94%, 35%)OKLCH
oklch(0.67 0.121 179.3)CMYK
cmyk(97%, 0%, 13%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C88
2#048B79
3#04796A
4#03685A
5#03574B
6#02453C
7#02342D
8#01231E
9#01110F
Tints
Lighter variations
1#06CDB3
2#07EDCF
3#1EF8DB
4#3EF9E0
5#5EFAE5
6#7EFBEA
7#9FFCF0
8#BFFDF5
9#DFFEFA
Tones
Muted variations
1#0EA591
2#169C8A
3#1F9484
4#278C7E
5#2F8378
6#387B72
7#40726C
8#486A66
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBED | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEF9;
--teal-200: #BFFDF5;
--teal-300: #8DFBED;
--teal-400: #52FAE3;
--teal-500: #20F8DB;
--teal-600: #07DABE;
--teal-700: #05AD97;
--teal-800: #047C6C;
--teal-900: #024F45;
--teal-950: #02312B;
}