Teal
#0B6C75
CyanColor Codes
All color formats for development
HEX
#0B6C75RGB
rgb(11, 108, 117)HSL
hsl(185, 83%, 25%)OKLCH
oklch(0.486 0.08 205.2)CMYK
cmyk(91%, 8%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6169
2#09565D
3#084B52
4#074146
5#05363A
6#042B2F
7#032023
8#021617
9#010B0C
Tints
Lighter variations
1#0E8C98
2#11ADBB
3#15CDDE
4#2DDCEB
5#50E2EF
6#73E7F2
7#96EDF5
8#B9F3F8
9#DCF9FC
Tones
Muted variations
1#10676F
2#15636A
3#1B5F65
4#205A5F
5#25565A
6#2B5155
7#304D50
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 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94ED #94EDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE3 #5CE3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDC #2DDCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BE #13BECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F97 #0F97A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6C #0B6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEF9FC;
--teal-200: #C2F5F9;
--teal-300: #94EDF5;
--teal-400: #5CE3F0;
--teal-500: #2DDCEB;
--teal-600: #13BECD;
--teal-700: #0F97A3;
--teal-800: #0B6C75;
--teal-900: #07454B;
--teal-950: #042B2F;
}