Teal
#04607C
CyanColor Codes
All color formats for development
HEX
#04607CRGB
rgb(4, 96, 124)HSL
hsl(194, 94%, 25%)OKLCH
oklch(0.456 0.087 226.7)CMYK
cmyk(97%, 23%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03566F
2#034D63
3#034357
4#02394A
5#02303E
6#022631
7#011D25
8#011319
9#000A0C
Tints
Lighter variations
1#057CA1
2#0699C6
3#07B6EB
4#20C6F8
5#45CFF9
6#6BD9FA
7#90E2FC
8#B5ECFD
9#DAF5FE
Tones
Muted variations
1#0A5D76
2#105970
3#16566A
4#1C5364
5#22505E
6#284D58
7#2E4952
8#34464C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FB | BordersInactive statesPlaceholder text |
| 400 | 52D2 #52D2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C6 #20C6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A8 #07A8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0586 #0586AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0460 #04607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BFEEFD;
--teal-300: #8DE2FB;
--teal-400: #52D2FA;
--teal-500: #20C6F8;
--teal-600: #07A8DA;
--teal-700: #0586AD;
--teal-800: #04607C;
--teal-900: #023D4F;
--teal-950: #022631;
}