Teal
#0C6E73
CyanColor Codes
All color formats for development
HEX
#0C6E73RGB
rgb(12, 110, 115)HSL
hsl(183, 81%, 25%)OKLCH
oklch(0.491 0.081 200.6)CMYK
cmyk(90%, 4%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6368
2#0A585C
3#084D51
4#074245
5#06373A
6#052C2E
7#042123
8#021617
9#010B0C
Tints
Lighter variations
1#108F96
2#13B0B9
3#17D1DB
4#2FE0E9
5#52E5ED
6#75EAF0
7#97EFF4
8#BAF5F8
9#DCFAFB
Tones
Muted variations
1#116A6E
2#166569
3#1C6064
4#215C5F
5#26575A
6#2B5254
7#304E4F
8#35494A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE7 #5DE7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE0 #2FE0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C2 #15C2CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119A #119AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6E #0C6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #08474A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFFAFC;
--teal-200: #C3F6F9;
--teal-300: #95EFF4;
--teal-400: #5DE7EE;
--teal-500: #2FE0E9;
--teal-600: #15C2CB;
--teal-700: #119AA2;
--teal-800: #0C6E73;
--teal-900: #08474A;
--teal-950: #052C2E;
}