Teal
#0580AD
BlueColor Codes
All color formats for development
HEX
#0580ADRGB
rgb(5, 128, 173)HSL
hsl(196, 94%, 35%)OKLCH
oklch(0.564 0.114 232.3)CMYK
cmyk(97%, 26%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05749C
2#04678B
3#045A79
4#034D68
5#034057
6#023345
7#022734
8#011A23
9#010D11
Tints
Lighter variations
1#0698CD
2#07B0ED
3#1EBEF8
4#3EC7F9
5#5ED0FA
6#7EDAFB
7#9FE3FC
8#BFECFD
9#DFF6FE
Tones
Muted variations
1#0E7CA5
2#16799C
3#1F7594
4#27718C
5#2F6D83
6#38697B
7#406572
8#48616A
9#515D62
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;
}