Teal
#04747C
CyanColor Codes
All color formats for development
HEX
#04747CRGB
rgb(4, 116, 124)HSL
hsl(184, 94%, 25%)OKLCH
oklch(0.51 0.086 203.3)CMYK
cmyk(97%, 6%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03686F
2#035D63
3#035157
4#02454A
5#023A3E
6#022E31
7#012325
8#011719
9#000C0C
Tints
Lighter variations
1#0596A1
2#06B9C6
3#07DCEB
4#20EAF8
5#45EDF9
6#6BF1FA
7#90F4FC
8#B5F8FD
9#DAFBFE
Tones
Muted variations
1#0A6E76
2#106970
3#16646A
4#1C5F64
5#225A5E
6#285558
7#2E4F52
8#344A4C
9#3A4546
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;
}