Teal
#0C6773
CyanColor Codes
All color formats for development
HEX
#0C6773RGB
rgb(12, 103, 115)HSL
hsl(187, 81%, 25%)OKLCH
oklch(0.472 0.078 209.3)CMYK
cmyk(90%, 10%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5D68
2#0A535C
3#084851
4#073E45
5#06343A
6#05292E
7#041F23
8#021517
9#010A0C
Tints
Lighter variations
1#108696
2#13A5B9
3#17C4DB
4#2FD4E9
5#52DBED
6#75E2F0
7#97E9F4
8#BAF1F8
9#DCF8FB
Tones
Muted variations
1#11636E
2#165F69
3#1C5B64
4#21585F
5#26545A
6#2B5054
7#304C4F
8#35484A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E9 #95E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDD #5DDDEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD4 #2FD4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B6 #15B6CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1191 #1191A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C67 #0C6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #08424A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF8FC;
--teal-200: #C3F2F9;
--teal-300: #95E9F4;
--teal-400: #5DDDEE;
--teal-500: #2FD4E9;
--teal-600: #15B6CB;
--teal-700: #1191A2;
--teal-800: #0C6773;
--teal-900: #08424A;
--teal-950: #05292E;
}