Teal
#05717A
CyanColor Codes
All color formats for development
HEX
#05717ARGB
rgb(5, 113, 122)HSL
hsl(185, 92%, 25%)OKLCH
oklch(0.501 0.084 204.6)CMYK
cmyk(96%, 7%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05656E
2#045A62
3#044F56
4#034449
5#03383D
6#022D31
7#022225
8#011718
9#010B0C
Tints
Lighter variations
1#07929F
2#08B4C4
3#0AD6E9
4#23E4F6
5#47E9F7
6#6CEDF9
7#91F2FA
8#B6F6FC
9#DAFBFD
Tones
Muted variations
1#0B6C75
2#11676F
3#176269
4#1D5D63
5#22585D
6#285357
7#2E4E51
8#344A4B
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF1 #8EF1FA | BordersInactive statesPlaceholder text |
| 400 | 54EA #54EAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E4 #23E4F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C6 #09C6D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079E #079EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0571 #05717A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFE;
--teal-200: #BFF7FC;
--teal-300: #8EF1FA;
--teal-400: #54EAF8;
--teal-500: #23E4F6;
--teal-600: #09C6D7;
--teal-700: #079EAB;
--teal-800: #05717A;
--teal-900: #03484E;
--teal-950: #022D31;
}