Teal
#0583AD
BlueColor Codes
All color formats for development
HEX
#0583ADRGB
rgb(5, 131, 173)HSL
hsl(195, 94%, 35%)OKLCH
oklch(0.571 0.113 229.9)CMYK
cmyk(97%, 24%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05769C
2#04698B
3#045C79
4#034F68
5#034257
6#023445
7#022734
8#011A23
9#010D11
Tints
Lighter variations
1#069CCD
2#07B4ED
3#1EC2F8
4#3ECAF9
5#5ED3FA
6#7EDCFB
7#9FE5FC
8#BFEDFD
9#DFF6FE
Tones
Muted variations
1#0E7FA5
2#167B9C
3#1F7794
4#27728C
5#2F6E83
6#386A7B
7#406672
8#48626A
9#515D62
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;
}