Teal
#0589AD
CyanColor Codes
All color formats for development
HEX
#0589ADRGB
rgb(5, 137, 173)HSL
hsl(193, 94%, 35%)OKLCH
oklch(0.586 0.11 224.9)CMYK
cmyk(97%, 21%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#057B9C
2#046D8B
3#046079
4#035268
5#034457
6#023745
7#022934
8#011B23
9#010E11
Tints
Lighter variations
1#06A2CD
2#07BCED
3#1EC9F8
4#3ED1F9
5#5ED8FA
6#7EE0FB
7#9FE8FC
8#BFF0FD
9#DFF7FE
Tones
Muted variations
1#0E84A5
2#167F9C
3#1F7B94
4#27768C
5#2F7183
6#386C7B
7#406872
8#48636A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FB | BordersInactive statesPlaceholder text |
| 400 | 52D5 #52D5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C9 #20C9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AC #07ACDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0589 #0589AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0462 #04627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF7FE;
--teal-200: #BFF0FD;
--teal-300: #8DE4FB;
--teal-400: #52D5FA;
--teal-500: #20C9F8;
--teal-600: #07ACDA;
--teal-700: #0589AD;
--teal-800: #04627C;
--teal-900: #023F4F;
--teal-950: #022731;
}