Teal
#04717B
CyanColor Codes
All color formats for development
HEX
#04717BRGB
rgb(4, 113, 123)HSL
hsl(185, 94%, 25%)OKLCH
oklch(0.501 0.085 205.7)CMYK
cmyk(97%, 8%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03666F
2#035B63
3#035057
4#02444A
5#02393E
6#022D31
7#012225
8#011719
9#000B0C
Tints
Lighter variations
1#0594A1
2#06B6C6
3#07D8EB
4#20E6F8
5#45EAF9
6#6BEEFA
7#90F3FC
8#B5F7FD
9#DAFBFE
Tones
Muted variations
1#0A6D76
2#106870
3#16636A
4#1C5E64
5#22595E
6#285458
7#2E4F52
8#344A4C
9#3A4546
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;
}