Teal
#05AD83
CyanColor Codes
All color formats for development
HEX
#05AD83RGB
rgb(5, 173, 131)HSL
hsl(165, 94%, 35%)OKLCH
oklch(0.664 0.134 167.7)CMYK
cmyk(97%, 0%, 24%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C76
2#048B69
3#04795C
4#03684F
5#035742
6#024534
7#023427
8#01231A
9#01110D
Tints
Lighter variations
1#06CD9C
2#07EDB4
3#1EF8C2
4#3EF9CA
5#5EFAD3
6#7EFBDC
7#9FFCE5
8#BFFDED
9#DFFEF6
Tones
Muted variations
1#0EA57F
2#169C7B
3#1F9477
4#278C72
5#2F836E
6#387B6A
7#407266
8#486A62
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE0 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD0 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BFFDED;
--teal-300: #8DFBE0;
--teal-400: #52FAD0;
--teal-500: #20F8C2;
--teal-600: #07DAA5;
--teal-700: #05AD83;
--teal-800: #047C5E;
--teal-900: #024F3C;
--teal-950: #023125;
}