Teal
#0A756C
CyanColor Codes
All color formats for development
HEX
#0A756CRGB
rgb(10, 117, 108)HSL
hsl(175, 84%, 25%)OKLCH
oklch(0.507 0.087 185.4)CMYK
cmyk(91%, 0%, 8%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A62
2#085E57
3#07524C
4#064641
5#053B36
6#042F2B
7#032321
8#021716
9#010C0B
Tints
Lighter variations
1#0D988D
2#10BCAD
3#13DFCE
4#2CEDDD
5#4FF0E2
6#72F3E8
7#95F6EE
8#B9F9F4
9#DCFCF9
Tones
Muted variations
1#107068
2#156B63
3#1A655F
4#20605B
5#255B56
6#2A5552
7#30504D
8#354A49
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6ED | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2FAF5;
--teal-300: #93F6ED;
--teal-400: #5BF1E4;
--teal-500: #2CEDDD;
--teal-600: #12CEBF;
--teal-700: #0EA498;
--teal-800: #0A756C;
--teal-900: #074B45;
--teal-950: #042F2B;
}