Teal
#0C6673
CyanColor Codes
All color formats for development
HEX
#0C6673RGB
rgb(12, 102, 115)HSL
hsl(188, 81%, 25%)OKLCH
oklch(0.469 0.078 210.5)CMYK
cmyk(90%, 11%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5B68
2#0A515C
3#084751
4#073D45
5#06333A
6#05292E
7#041E23
8#021417
9#010A0C
Tints
Lighter variations
1#108496
2#13A3B9
3#17C1DB
4#2FD0E9
5#52D8ED
6#75E0F0
7#97E8F4
8#BAEFF8
9#DCF7FB
Tones
Muted variations
1#11626E
2#165E69
3#1C5A64
4#21565F
5#26535A
6#2B4F54
7#304B4F
8#35474A
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 | 95E7 #95E7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD0 #2FD0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B3 #15B3CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118E #118EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C66 #0C6673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #08414A | 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: #95E7F4;
--teal-400: #5DDBEE;
--teal-500: #2FD0E9;
--teal-600: #15B3CB;
--teal-700: #118EA2;
--teal-800: #0C6673;
--teal-900: #08414A;
--teal-950: #05292E;
}