Teal
#0A766F
CyanColor Codes
All color formats for development
HEX
#0A766FRGB
rgb(10, 118, 111)HSL
hsl(176, 84%, 25%)OKLCH
oklch(0.511 0.087 187.5)CMYK
cmyk(92%, 0%, 6%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A63
2#085E58
3#07524D
4#064642
5#053B37
6#042F2C
7#032321
8#021716
9#010C0B
Tints
Lighter variations
1#0D988F
2#10BCB0
3#13DFD1
4#2CEDE0
5#4FF0E5
6#72F3EA
7#95F6EF
8#B9F9F5
9#DCFCFA
Tones
Muted variations
1#10706A
2#156B65
3#1A6560
4#20605C
5#255B57
6#2A5552
7#30504E
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 #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EF | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA49A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2FAF6;
--teal-300: #93F6EF;
--teal-400: #5BF1E7;
--teal-500: #2CEDE0;
--teal-600: #12CEC2;
--teal-700: #0EA49A;
--teal-800: #0A756E;
--teal-900: #074B47;
--teal-950: #042F2C;
}