Teal
#045B7B
BlueColor Codes
All color formats for development
HEX
#045B7BRGB
rgb(4, 91, 123)HSL
hsl(196, 94%, 25%)OKLCH
oklch(0.442 0.088 231.4)CMYK
cmyk(97%, 26%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03536F
2#034963
3#034057
4#02374A
5#022E3E
6#022531
7#011C25
8#011219
9#00090C
Tints
Lighter variations
1#0577A1
2#0693C6
3#07AEEB
4#20BFF8
5#45C9F9
6#6BD4FA
7#90DFFC
8#B5EAFD
9#DAF4FE
Tones
Muted variations
1#0A5976
2#105670
3#16536A
4#1C5164
5#224E5E
6#284B58
7#2E4852
8#34454C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDE #8DDEFB | BordersInactive statesPlaceholder text |
| 400 | 52CD #52CDFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BF #20BFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A1 #07A1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0580 #0580AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045C #045C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023B #023B4F | 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: #DCF5FE;
--teal-200: #BFECFD;
--teal-300: #8DDEFB;
--teal-400: #52CDFA;
--teal-500: #20BFF8;
--teal-600: #07A1DA;
--teal-700: #0580AD;
--teal-800: #045C7C;
--teal-900: #023B4F;
--teal-950: #022531;
}