Teal
#0A7476
CyanColor Codes
All color formats for development
HEX
#0A7476RGB
rgb(10, 116, 118)HSL
hsl(181, 84%, 25%)OKLCH
oklch(0.508 0.084 197)CMYK
cmyk(92%, 2%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09686A
2#085C5E
3#075152
4#064546
5#053A3B
6#042E2F
7#032323
8#021717
9#010C0C
Tints
Lighter variations
1#0D9698
2#10B9BC
3#13DBDF
4#2CE9ED
5#4FEDF0
6#72F1F3
7#95F4F6
8#B9F8F9
9#DCFBFC
Tones
Muted variations
1#106E70
2#15696B
3#1A6465
4#205F60
5#255A5B
6#2A5455
7#304F50
8#354A4A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F4 #93F4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BEE #5BEEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE9 #2CE9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CB #12CBCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA2 #0EA2A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7475 | 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: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2F9FA;
--teal-300: #93F4F6;
--teal-400: #5BEEF1;
--teal-500: #2CE9ED;
--teal-600: #12CBCE;
--teal-700: #0EA2A4;
--teal-800: #0A7475;
--teal-900: #074A4B;
--teal-950: #042E2F;
}