Teal
#0C5F73
CyanColor Codes
All color formats for development
HEX
#0C5F73RGB
rgb(12, 95, 115)HSL
hsl(192, 81%, 25%)OKLCH
oklch(0.45 0.078 219.7)CMYK
cmyk(90%, 17%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5568
2#0A4C5C
3#084251
4#073945
5#062F3A
6#05262E
7#041C23
8#021317
9#01090C
Tints
Lighter variations
1#107B96
2#1398B9
3#17B4DB
4#2FC4E9
5#52CEED
6#75D8F0
7#97E2F4
8#BAEBF8
9#DCF5FB
Tones
Muted variations
1#115C6E
2#165969
3#1C5564
4#21525F
5#264F5A
6#2B4C54
7#30494F
8#35464A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD1 #5DD1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC4 #2FC4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A7 #15A7CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1185 #1185A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5F #0C5F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DFF6FC;
--teal-200: #C3EEF9;
--teal-300: #95E1F4;
--teal-400: #5DD1EE;
--teal-500: #2FC4E9;
--teal-600: #15A7CB;
--teal-700: #1185A2;
--teal-800: #0C5F73;
--teal-900: #083D4A;
--teal-950: #05262E;
}