Teal
#0A7565
CyanColor Codes
All color formats for development
HEX
#0A7565RGB
rgb(10, 117, 101)HSL
hsl(171, 84%, 25%)OKLCH
oklch(0.505 0.09 178.5)CMYK
cmyk(91%, 0%, 14%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A5B
2#085E51
3#075247
4#06463D
5#053B33
6#042F28
7#03231E
8#021714
9#010C0A
Tints
Lighter variations
1#0D9884
2#10BCA2
3#13DFC0
4#2CEDD0
5#4FF0D8
6#72F3DF
7#95F6E7
8#B9F9EF
9#DCFCF7
Tones
Muted variations
1#107061
2#156B5E
3#1A655A
4#206056
5#255B52
6#2A554F
7#30504B
8#354A47
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E7 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DA | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA48E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF8;
--teal-200: #C2FAF1;
--teal-300: #93F6E7;
--teal-400: #5BF1DA;
--teal-500: #2CEDD0;
--teal-600: #12CEB2;
--teal-700: #0EA48E;
--teal-800: #0A7565;
--teal-900: #074B41;
--teal-950: #042F28;
}