Teal
#0A765B
CyanColor Codes
All color formats for development
HEX
#0A765BRGB
rgb(10, 118, 91)HSL
hsl(165, 84%, 25%)OKLCH
oklch(0.504 0.098 169.3)CMYK
cmyk(92%, 0%, 23%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A51
2#085E48
3#07523F
4#064636
5#053B2D
6#042F24
7#03231B
8#021712
9#010C09
Tints
Lighter variations
1#0D9876
2#10BC91
3#13DFAC
4#2CEDBC
5#4FF0C8
6#72F3D3
7#95F6DE
8#B9F9E9
9#DCFCF4
Tones
Muted variations
1#107058
2#156B55
3#1A6552
4#206050
5#255B4D
6#2A554A
7#305048
8#354A45
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DD | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2FAEC;
--teal-300: #93F6DD;
--teal-400: #5BF1CB;
--teal-500: #2CEDBC;
--teal-600: #12CE9F;
--teal-700: #0EA47F;
--teal-800: #0A755B;
--teal-900: #074B3A;
--teal-950: #042F24;
}