Teal
#059FAD
CyanColor Codes
All color formats for development
HEX
#059FADRGB
rgb(5, 159, 173)HSL
hsl(185, 94%, 35%)OKLCH
oklch(0.642 0.109 205.9)CMYK
cmyk(97%, 8%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#058F9C
2#047F8B
3#046F79
4#035F68
5#035057
6#024045
7#023034
8#012023
9#011011
Tints
Lighter variations
1#06BDCD
2#07DAED
3#1EE6F8
4#3EE9F9
5#5EEDFA
6#7EF1FB
7#9FF4FC
8#BFF8FD
9#DFFBFE
Tones
Muted variations
1#0E98A5
2#16919C
3#1F8A94
4#27838C
5#2F7C83
6#38757B
7#406E72
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 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF2 #8DF2FB | BordersInactive statesPlaceholder text |
| 400 | 52EC #52ECFA | Disabled statesSecondary iconsMuted text |
| 500 | 20E6 #20E6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C8 #07C8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059F #059FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0472 #04727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #02494F | 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: #BFF8FD;
--teal-300: #8DF2FB;
--teal-400: #52ECFA;
--teal-500: #20E6F8;
--teal-600: #07C8DA;
--teal-700: #059FAD;
--teal-800: #04727C;
--teal-900: #02494F;
--teal-950: #022D31;
}