Teal
#04597B
BlueColor Codes
All color formats for development
HEX
#04597BRGB
rgb(4, 89, 123)HSL
hsl(197, 94%, 25%)OKLCH
oklch(0.437 0.089 233.6)CMYK
cmyk(97%, 28%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03516F
2#034863
3#033F57
4#02364A
5#022D3E
6#022431
7#011B25
8#011219
9#00090C
Tints
Lighter variations
1#0575A1
2#0690C6
3#07AAEB
4#20BBF8
5#45C6F9
6#6BD2FA
7#90DDFC
8#B5E8FD
9#DAF4FE
Tones
Muted variations
1#0A5776
2#105570
3#16526A
4#1C4F64
5#224D5E
6#284A58
7#2E4852
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 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFB | BordersInactive statesPlaceholder text |
| 400 | 52CA #52CAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BB #20BBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079E #079EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057E #057EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045A #045A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0239 #02394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FE;
--teal-200: #BFEBFD;
--teal-300: #8DDCFB;
--teal-400: #52CAFA;
--teal-500: #20BBF8;
--teal-600: #079EDA;
--teal-700: #057EAD;
--teal-800: #045A7C;
--teal-900: #02394F;
--teal-950: #022431;
}