Teal
#0A6F76
CyanColor Codes
All color formats for development
HEX
#0A6F76RGB
rgb(10, 111, 118)HSL
hsl(184, 84%, 25%)OKLCH
oklch(0.494 0.082 202.7)CMYK
cmyk(92%, 6%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09636A
2#08585E
3#074D52
4#064246
5#05373B
6#042C2F
7#032123
8#021617
9#010B0C
Tints
Lighter variations
1#0D8F98
2#10B0BC
3#13D1DF
4#2CE0ED
5#4FE5F0
6#72EAF3
7#95EFF6
8#B9F5F9
9#DCFAFC
Tones
Muted variations
1#106A70
2#15656B
3#1A6065
4#205C60
5#25575B
6#2A5255
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 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EF #93EFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE7 #5BE7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE0 #2CE0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C2 #12C2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9A #0E9AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6E #0A6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | 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: #C2F6FA;
--teal-300: #93EFF6;
--teal-400: #5BE7F1;
--teal-500: #2CE0ED;
--teal-600: #12C2CE;
--teal-700: #0E9AA4;
--teal-800: #0A6E75;
--teal-900: #07474B;
--teal-950: #042C2F;
}