Teal
#058CAD
CyanColor Codes
All color formats for development
HEX
#058CADRGB
rgb(5, 140, 173)HSL
hsl(192, 94%, 35%)OKLCH
oklch(0.594 0.109 222.4)CMYK
cmyk(97%, 19%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#057E9C
2#04708B
3#046279
4#035468
5#034657
6#023845
7#022A34
8#011C23
9#010E11
Tints
Lighter variations
1#06A6CD
2#07BFED
3#1ECCF8
4#3ED4F9
5#5EDBFA
6#7EE2FB
7#9FE9FC
8#BFF1FD
9#DFF8FE
Tones
Muted variations
1#0E87A5
2#16829C
3#1F7C94
4#27778C
5#2F7283
6#386D7B
7#406872
8#48636A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE5 #8DE5FB | BordersInactive statesPlaceholder text |
| 400 | 52D8 #52D8FA | Disabled statesSecondary iconsMuted text |
| 500 | 20CD #20CDF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AF #07AFDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058C #058CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0464 #04647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #02404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF7FE;
--teal-200: #BFF1FD;
--teal-300: #8DE5FB;
--teal-400: #52D8FA;
--teal-500: #20CDF8;
--teal-600: #07AFDA;
--teal-700: #058CAD;
--teal-800: #04647C;
--teal-900: #02404F;
--teal-950: #022831;
}