Teal
#0B7175
CyanColor Codes
All color formats for development
HEX
#0B7175RGB
rgb(11, 113, 117)HSL
hsl(182, 83%, 25%)OKLCH
oklch(0.499 0.082 199.3)CMYK
cmyk(91%, 3%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6669
2#095B5D
3#084F52
4#074446
5#05393A
6#042D2F
7#032223
8#021717
9#010B0C
Tints
Lighter variations
1#0E9398
2#11B5BB
3#15D7DE
4#2DE5EB
5#50E9EF
6#73EEF2
7#96F2F5
8#B9F6F8
9#DCFBFC
Tones
Muted variations
1#106C6F
2#15676A
3#1B6265
4#205D5F
5#25585A
6#2B5455
7#304F50
8#354A4A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F2 #94F2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CEB #5CEBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE5 #2DE5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C7 #13C7CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9E #0F9EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFBFC;
--teal-200: #C2F8F9;
--teal-300: #94F2F5;
--teal-400: #5CEBF0;
--teal-500: #2DE5EB;
--teal-600: #13C7CD;
--teal-700: #0F9EA3;
--teal-800: #0B7175;
--teal-900: #07484B;
--teal-950: #042D2F;
}