Teal
#05A2AD
CyanColor Codes
All color formats for development
HEX
#05A2ADRGB
rgb(5, 162, 173)HSL
hsl(184, 94%, 35%)OKLCH
oklch(0.649 0.11 203.4)CMYK
cmyk(97%, 6%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05929C
2#04828B
3#047179
4#036168
5#035157
6#024145
7#023134
8#012023
9#011011
Tints
Lighter variations
1#06C0CD
2#07DEED
3#1EE9F8
4#3EEDF9
5#5EF0FA
6#7EF3FB
7#9FF6FC
8#BFF9FD
9#DFFCFE
Tones
Muted variations
1#0E9BA5
2#16939C
3#1F8C94
4#27858C
5#2F7E83
6#38767B
7#406F72
8#48686A
9#516162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF4 #8DF4FB | BordersInactive statesPlaceholder text |
| 400 | 52EE #52EEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20EA #20EAF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07CC #07CCDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05A2 #05A2AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0474 #04747C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024A #024A4F | 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: #F0FEFF;
--teal-100: #DCFCFE;
--teal-200: #BFF9FD;
--teal-300: #8DF4FB;
--teal-400: #52EEFA;
--teal-500: #20EAF8;
--teal-600: #07CCDA;
--teal-700: #05A2AD;
--teal-800: #04747C;
--teal-900: #024A4F;
--teal-950: #022E31;
}