Teal
#059CAD
CyanColor Codes
All color formats for development
HEX
#059CADRGB
rgb(5, 156, 173)HSL
hsl(186, 94%, 35%)OKLCH
oklch(0.634 0.108 208.5)CMYK
cmyk(97%, 10%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#058D9C
2#047D8B
3#046D79
4#035E68
5#034E57
6#023F45
7#022F34
8#011F23
9#011011
Tints
Lighter variations
1#06B9CD
2#07D6ED
3#1EE2F8
4#3EE6F9
5#5EEAFA
6#7EEFFB
7#9FF3FC
8#BFF7FD
9#DFFBFE
Tones
Muted variations
1#0E96A5
2#168F9C
3#1F8894
4#27828C
5#2F7B83
6#38747B
7#406D72
8#48676A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF0 #8DF0FB | BordersInactive statesPlaceholder text |
| 400 | 52E9 #52E9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20E3 #20E3F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C5 #07C5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059C #059CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0470 #04707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #02474F | 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: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BFF7FD;
--teal-300: #8DF0FB;
--teal-400: #52E9FA;
--teal-500: #20E3F8;
--teal-600: #07C5DA;
--teal-700: #059CAD;
--teal-800: #04707C;
--teal-900: #02474F;
--teal-950: #022D31;
}