Teal
#0586AD
CyanColor Codes
All color formats for development
HEX
#0586ADRGB
rgb(5, 134, 173)HSL
hsl(194, 94%, 35%)OKLCH
oklch(0.579 0.111 227.4)CMYK
cmyk(97%, 23%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05799C
2#046B8B
3#045E79
4#035068
5#034357
6#023645
7#022834
8#011B23
9#010D11
Tints
Lighter variations
1#069FCD
2#07B8ED
3#1EC5F8
4#3ECDF9
5#5ED6FA
6#7EDEFB
7#9FE6FC
8#BFEEFD
9#DFF7FE
Tones
Muted variations
1#0E82A5
2#167D9C
3#1F7994
4#27748C
5#2F7083
6#386B7B
7#406772
8#48626A
9#515E62
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 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FB | BordersInactive statesPlaceholder text |
| 400 | 52D2 #52D2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C6 #20C6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A8 #07A8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0586 #0586AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0460 #04607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BFEEFD;
--teal-300: #8DE2FB;
--teal-400: #52D2FA;
--teal-500: #20C6F8;
--teal-600: #07A8DA;
--teal-700: #0586AD;
--teal-800: #04607C;
--teal-900: #023D4F;
--teal-950: #022631;
}