Teal
#045E7C
BlueColor Codes
All color formats for development
HEX
#045E7CRGB
rgb(4, 94, 124)HSL
hsl(195, 94%, 25%)OKLCH
oklch(0.451 0.088 229)CMYK
cmyk(97%, 24%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03546F
2#034B63
3#034257
4#02384A
5#022F3E
6#022531
7#011C25
8#011319
9#00090C
Tints
Lighter variations
1#057AA1
2#0696C6
3#07B2EB
4#20C2F8
5#45CCF9
6#6BD6FA
7#90E1FC
8#B5EBFD
9#DAF5FE
Tones
Muted variations
1#0A5B76
2#105870
3#16556A
4#1C5264
5#224F5E
6#284C58
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 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE0 #8DE0FB | BordersInactive statesPlaceholder text |
| 400 | 52D0 #52D0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C2 #20C2F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A5 #07A5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0583 #0583AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045E #045E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023C #023C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BFEDFD;
--teal-300: #8DE0FB;
--teal-400: #52D0FA;
--teal-500: #20C2F8;
--teal-600: #07A5DA;
--teal-700: #0583AD;
--teal-800: #045E7C;
--teal-900: #023C4F;
--teal-950: #022531;
}