Teal
#0A7574
CyanColor Codes
All color formats for development
HEX
#0A7574RGB
rgb(10, 117, 116)HSL
hsl(179, 84%, 25%)OKLCH
oklch(0.51 0.085 193.7)CMYK
cmyk(91%, 0%, 1%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A68
2#085E5C
3#075251
4#064645
5#053B3A
6#042F2E
7#032323
8#021717
9#010C0C
Tints
Lighter variations
1#0D9896
2#10BCB9
3#13DFDB
4#2CEDE9
5#4FF0ED
6#72F3F1
7#95F6F4
8#B9F9F8
9#DCFCFB
Tones
Muted variations
1#10706E
2#156B69
3#1A6564
4#20605F
5#255B5A
6#2A5554
7#30504F
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 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2FAF9;
--teal-300: #93F6F4;
--teal-400: #5BF1EE;
--teal-500: #2CEDE9;
--teal-600: #12CECB;
--teal-700: #0EA4A2;
--teal-800: #0A7574;
--teal-900: #074B4A;
--teal-950: #042F2E;
}