Teal
#058EAD
CyanColor Codes
All color formats for development
HEX
#058EADRGB
rgb(5, 142, 173)HSL
hsl(191, 94%, 35%)OKLCH
oklch(0.599 0.109 220.6)CMYK
cmyk(97%, 18%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05809C
2#04728B
3#046479
4#035568
5#034757
6#023945
7#022B34
8#011C23
9#010E11
Tints
Lighter variations
1#06A9CD
2#07C3ED
3#1ED0F8
4#3ED7F9
5#5EDDFA
6#7EE4FB
7#9FEBFC
8#BFF2FD
9#DFF8FE
Tones
Muted variations
1#0E89A5
2#16849C
3#1F7E94
4#27798C
5#2F7483
6#386F7B
7#406972
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 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE7 #8DE7FB | BordersInactive statesPlaceholder text |
| 400 | 52DB #52DBFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D1 #20D1F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B3 #07B3DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058E #058EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0466 #04667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #02414F | 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: #BFF2FD;
--teal-300: #8DE7FB;
--teal-400: #52DBFA;
--teal-500: #20D1F8;
--teal-600: #07B3DA;
--teal-700: #058EAD;
--teal-800: #04667C;
--teal-900: #02414F;
--teal-950: #022931;
}