Teal
#0A765D
CyanColor Codes
All color formats for development
HEX
#0A765DRGB
rgb(10, 118, 93)HSL
hsl(166, 84%, 25%)OKLCH
oklch(0.505 0.097 170.9)CMYK
cmyk(92%, 0%, 21%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A53
2#085E4A
3#075241
4#064637
5#053B2E
6#042F25
7#03231C
8#021712
9#010C09
Tints
Lighter variations
1#0D9878
2#10BC94
3#13DFAF
4#2CEDC0
5#4FF0CA
6#72F3D5
7#95F6DF
8#B9F9EA
9#DCFCF4
Tones
Muted variations
1#107059
2#156B57
3#1A6554
4#206051
5#255B4E
6#2A554B
7#305048
8#354A45
9#3A4543
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 #C2FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DF | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2FAED;
--teal-300: #93F6DF;
--teal-400: #5BF1CE;
--teal-500: #2CEDC0;
--teal-600: #12CEA2;
--teal-700: #0EA481;
--teal-800: #0A755C;
--teal-900: #074B3B;
--teal-950: #042F25;
}