Teal
#05737A
CyanColor Codes
All color formats for development
HEX
#05737ARGB
rgb(5, 115, 122)HSL
hsl(184, 92%, 25%)OKLCH
oklch(0.506 0.085 202.3)CMYK
cmyk(96%, 6%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05676E
2#045C62
3#045056
4#034549
5#03393D
6#022E31
7#022225
8#011718
9#010B0C
Tints
Lighter variations
1#07959F
2#08B7C4
3#0ADAE9
4#23E8F6
5#47ECF7
6#6CEFF9
7#91F3FA
8#B6F7FC
9#DAFBFD
Tones
Muted variations
1#0B6D75
2#11686F
3#176369
4#1D5E63
5#22595D
6#285457
7#2E4F51
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 | BFF8 #BFF8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF3 #8EF3FA | BordersInactive statesPlaceholder text |
| 400 | 54ED #54EDF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E8 #23E8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09CA #09CAD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07A0 #07A0AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0573 #05737A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0349 #03494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFE;
--teal-200: #BFF8FC;
--teal-300: #8EF3FA;
--teal-400: #54EDF8;
--teal-500: #23E8F6;
--teal-600: #09CAD7;
--teal-700: #07A0AB;
--teal-800: #05737A;
--teal-900: #03494E;
--teal-950: #022E31;
}