Teal
#0C6B73
CyanColor Codes
All color formats for development
HEX
#0C6B73RGB
rgb(12, 107, 115)HSL
hsl(185, 81%, 25%)OKLCH
oklch(0.483 0.079 204.2)CMYK
cmyk(90%, 7%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6068
2#0A555C
3#084B51
4#074045
5#06353A
6#052B2E
7#042023
8#021517
9#010B0C
Tints
Lighter variations
1#108B96
2#13ABB9
3#17CBDB
4#2FDAE9
5#52E0ED
6#75E6F0
7#97ECF4
8#BAF3F8
9#DCF9FB
Tones
Muted variations
1#11666E
2#166269
3#1C5E64
4#215A5F
5#26555A
6#2B5154
7#304D4F
8#35484A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EC #95ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE2 #5DE2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDA #2FDAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BC #15BCCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1195 #1195A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6B #0C6B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #08444A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFF9FC;
--teal-200: #C3F4F9;
--teal-300: #95ECF4;
--teal-400: #5DE2EE;
--teal-500: #2FDAE9;
--teal-600: #15BCCB;
--teal-700: #1195A2;
--teal-800: #0C6B73;
--teal-900: #08444A;
--teal-950: #052B2E;
}