Teal
#05AD94
CyanColor Codes
All color formats for development
HEX
#05AD94RGB
rgb(5, 173, 148)HSL
hsl(171, 94%, 35%)OKLCH
oklch(0.669 0.123 177.4)CMYK
cmyk(97%, 0%, 14%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C85
2#048B76
3#047968
4#036859
5#03574A
6#02453B
7#02342C
8#01231E
9#01110F
Tints
Lighter variations
1#06CDAF
2#07EDCB
3#1EF8D7
4#3EF9DD
5#5EFAE3
6#7EFBE8
7#9FFCEE
8#BFFDF4
9#DFFEF9
Tones
Muted variations
1#0EA58E
2#169C88
3#1F9482
4#278C7C
5#2F8377
6#387B71
7#40726B
8#486A65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEB | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF9;
--teal-200: #BFFDF4;
--teal-300: #8DFBEB;
--teal-400: #52FAE0;
--teal-500: #20F8D8;
--teal-600: #07DABA;
--teal-700: #05AD94;
--teal-800: #047C6A;
--teal-900: #024F44;
--teal-950: #02312A;
}