Teal
#0591AD
CyanColor Codes
All color formats for development
HEX
#0591ADRGB
rgb(5, 145, 173)HSL
hsl(190, 94%, 35%)OKLCH
oklch(0.606 0.108 218)CMYK
cmyk(97%, 16%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05839C
2#04748B
3#046679
4#035768
5#034957
6#023A45
7#022C34
8#011D23
9#010F11
Tints
Lighter variations
1#06ACCD
2#07C7ED
3#1ED4F8
4#3EDAF9
5#5EE0FA
6#7EE6FB
7#9FECFC
8#BFF3FD
9#DFF9FE
Tones
Muted variations
1#0E8CA5
2#16869C
3#1F8094
4#277B8C
5#2F7583
6#38707B
7#406A72
8#48646A
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FB | BordersInactive statesPlaceholder text |
| 400 | 52DE #52DEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D4 #20D4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B7 #07B7DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0591 #0591AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0468 #04687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #02424F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FE;
--teal-200: #BFF3FD;
--teal-300: #8DE9FB;
--teal-400: #52DEFA;
--teal-500: #20D4F8;
--teal-600: #07B7DA;
--teal-700: #0591AD;
--teal-800: #04687C;
--teal-900: #02424F;
--teal-950: #022931;
}