Teal
#05AD89
CyanColor Codes
All color formats for development
HEX
#05AD89RGB
rgb(5, 173, 137)HSL
hsl(167, 94%, 35%)OKLCH
oklch(0.666 0.13 170.9)CMYK
cmyk(97%, 0%, 21%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C7B
2#048B6D
3#047960
4#036852
5#035744
6#024537
7#023429
8#01231B
9#01110E
Tints
Lighter variations
1#06CDA2
2#07EDBC
3#1EF8C9
4#3EF9D1
5#5EFAD8
6#7EFBE0
7#9FFCE8
8#BFFDF0
9#DFFEF7
Tones
Muted variations
1#0EA584
2#169C7F
3#1F947B
4#278C76
5#2F8371
6#387B6C
7#407268
8#486A63
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF7;
--teal-200: #BFFDF0;
--teal-300: #8DFBE4;
--teal-400: #52FAD5;
--teal-500: #20F8C9;
--teal-600: #07DAAC;
--teal-700: #05AD89;
--teal-800: #047C62;
--teal-900: #024F3F;
--teal-950: #023127;
}