Teal
#0A6676
CyanColor Codes
All color formats for development
HEX
#0A6676RGB
rgb(10, 102, 118)HSL
hsl(189, 84%, 25%)OKLCH
oklch(0.47 0.08 213.8)CMYK
cmyk(92%, 14%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095B6A
2#08515E
3#074752
4#063D46
5#05333B
6#04282F
7#031E23
8#021417
9#010A0C
Tints
Lighter variations
1#0D8498
2#10A2BC
3#13C0DF
4#2CD0ED
5#4FD8F0
6#72DFF3
7#95E7F6
8#B9EFF9
9#DCF7FC
Tones
Muted variations
1#106170
2#155E6B
3#1A5A65
4#205660
5#25525B
6#2A4F55
7#304B50
8#35474A
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E7 #93E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDA #5BDAF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD0 #2CD0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B2 #12B2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8E #0E8EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A65 #0A6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F1FA;
--teal-300: #93E7F6;
--teal-400: #5BDAF1;
--teal-500: #2CD0ED;
--teal-600: #12B2CE;
--teal-700: #0E8EA4;
--teal-800: #0A6575;
--teal-900: #07414B;
--teal-950: #04282F;
}