Teal
#0DA58C
CyanColor Codes
All color formats for development
HEX
#0DA58CRGB
rgb(13, 165, 140)HSL
hsl(170, 85%, 35%)OKLCH
oklch(0.646 0.118 176.6)CMYK
cmyk(92%, 0%, 15%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C957E
2#0B8470
3#097462
4#086354
5#075346
6#054238
7#04322A
8#03211C
9#01110E
Tints
Lighter variations
1#10C4A6
2#12E2C0
3#28EECD
4#47F0D4
5#66F3DB
6#84F5E2
7#A3F8E9
8#C2FAF1
9#E0FDF8
Tones
Muted variations
1#159E87
2#1D9682
3#248E7D
4#2C8778
5#337F73
6#3B786D
7#427068
8#4A6863
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B40 | 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: #DEFCF7;
--teal-200: #C2FAF1;
--teal-300: #92F6E6;
--teal-400: #5AF2D8;
--teal-500: #2BEECD;
--teal-600: #11D0B0;
--teal-700: #0DA58C;
--teal-800: #0A7664;
--teal-900: #064B40;
--teal-950: #042F28;
}