Teal
#0B6E75
CyanColor Codes
All color formats for development
HEX
#0B6E75RGB
rgb(11, 110, 117)HSL
hsl(184, 83%, 25%)OKLCH
oklch(0.491 0.081 202.8)CMYK
cmyk(91%, 6%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6369
2#09585D
3#084D52
4#074246
5#05373A
6#042C2F
7#032123
8#021617
9#010B0C
Tints
Lighter variations
1#0E8E98
2#11AFBB
3#15D0DE
4#2DDFEB
5#50E4EF
6#73EAF2
7#96EFF5
8#B9F4F8
9#DCFAFC
Tones
Muted variations
1#10696F
2#15646A
3#1B6065
4#205B5F
5#25575A
6#2B5255
7#304E50
8#35494A
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EF #94EFF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE6 #5CE6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDF #2DDFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C1 #13C1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F99 #0F99A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6E #0B6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F6F9;
--teal-300: #94EFF5;
--teal-400: #5CE6F0;
--teal-500: #2DDFEB;
--teal-600: #13C1CD;
--teal-700: #0F99A3;
--teal-800: #0B6E75;
--teal-900: #07464B;
--teal-950: #042C2F;
}