Teal
#04577B
BlueColor Codes
All color formats for development
HEX
#04577BRGB
rgb(4, 87, 123)HSL
hsl(198, 94%, 25%)OKLCH
oklch(0.432 0.091 235.7)CMYK
cmyk(97%, 29%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034F6F
2#034663
3#033D57
4#02354A
5#022C3E
6#022331
7#011A25
8#011219
9#00090C
Tints
Lighter variations
1#0572A1
2#068CC6
3#07A7EB
4#20B7F8
5#45C3F9
6#6BCFFA
7#90DBFC
8#B5E7FD
9#DAF3FE
Tones
Muted variations
1#0A5576
2#105370
3#16516A
4#1C4E64
5#224C5E
6#284958
7#2E4752
8#34454C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDA #8DDAFB | BordersInactive statesPlaceholder text |
| 400 | 52C7 #52C7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B7 #20B7F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079A #079ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057B #057BAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0458 #04587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #02384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FE;
--teal-200: #BFEAFD;
--teal-300: #8DDAFB;
--teal-400: #52C7FA;
--teal-500: #20B7F8;
--teal-600: #079ADA;
--teal-700: #057BAD;
--teal-800: #04587C;
--teal-900: #02384F;
--teal-950: #022331;
}