Teal
#0B7375
CyanColor Codes
All color formats for development
HEX
#0B7375RGB
rgb(11, 115, 117)HSL
hsl(181, 83%, 25%)OKLCH
oklch(0.505 0.084 197)CMYK
cmyk(91%, 2%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6769
2#095C5D
3#085052
4#074546
5#05393A
6#042E2F
7#032223
8#021717
9#010B0C
Tints
Lighter variations
1#0E9598
2#11B8BB
3#15DADE
4#2DE8EB
5#50ECEF
6#73F0F2
7#96F4F5
8#B9F7F8
9#DCFBFC
Tones
Muted variations
1#106E6F
2#15696A
3#1B6465
4#205E5F
5#25595A
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 | 94F3 #94F3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CED #5CEDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE8 #2DE8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CA #13CACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA1 #0FA1A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B73 #0B7375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | 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: #94F3F5;
--teal-400: #5CEDF0;
--teal-500: #2DE8EB;
--teal-600: #13CACD;
--teal-700: #0FA1A3;
--teal-800: #0B7375;
--teal-900: #074A4B;
--teal-950: #042E2F;
}