Teal
#0A756B
CyanColor Codes
All color formats for development
HEX
#0A756BRGB
rgb(10, 117, 107)HSL
hsl(174, 84%, 25%)OKLCH
oklch(0.507 0.087 184.4)CMYK
cmyk(91%, 0%, 9%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A60
2#085E55
3#07524B
4#064640
5#053B35
6#042F2B
7#032320
8#021715
9#010C0B
Tints
Lighter variations
1#0D988B
2#10BCAB
3#13DFCB
4#2CEDD9
5#4FF0E0
6#72F3E6
7#95F6EC
8#B9F9F2
9#DCFCF9
Tones
Muted variations
1#107066
2#156B62
3#1A655E
4#206059
5#255B55
6#2A5551
7#30504D
8#354A48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EC | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | 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: #F1FEFC;
--teal-100: #DEFCF9;
--teal-200: #C2FAF4;
--teal-300: #93F6EC;
--teal-400: #5BF1E2;
--teal-500: #2CEDD9;
--teal-600: #12CEBC;
--teal-700: #0EA495;
--teal-800: #0A756B;
--teal-900: #074B44;
--teal-950: #042F2B;
}