Teal
#0C6973
CyanColor Codes
All color formats for development
HEX
#0C6973RGB
rgb(12, 105, 115)HSL
hsl(186, 81%, 25%)OKLCH
oklch(0.477 0.079 206.7)CMYK
cmyk(90%, 9%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5F68
2#0A545C
3#084A51
4#073F45
5#06353A
6#052A2E
7#042023
8#021517
9#010B0C
Tints
Lighter variations
1#108996
2#13A8B9
3#17C8DB
4#2FD7E9
5#52DDED
6#75E4F0
7#97EBF4
8#BAF2F8
9#DCF8FB
Tones
Muted variations
1#11656E
2#166169
3#1C5D64
4#21595F
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 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD7 #2FD7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B9 #15B9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1193 #1193A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C69 #0C6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #08434A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF9FC;
--teal-200: #C3F3F9;
--teal-300: #95EAF4;
--teal-400: #5DE0EE;
--teal-500: #2FD7E9;
--teal-600: #15B9CB;
--teal-700: #1193A2;
--teal-800: #0C6973;
--teal-900: #08434A;
--teal-950: #052A2E;
}