Teal
#0DA573
GreenColor Codes
All color formats for development
HEX
#0DA573RGB
rgb(13, 165, 115)HSL
hsl(160, 85%, 35%)OKLCH
oklch(0.639 0.137 162.6)CMYK
cmyk(92%, 0%, 30%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9567
2#0B845C
3#097450
4#086345
5#075339
6#05422E
7#043222
8#032117
9#01110B
Tints
Lighter variations
1#10C488
2#12E29D
3#28EEAC
4#47F0B8
5#66F3C4
6#84F5CF
7#A3F8DB
8#C2FAE7
9#E0FDF3
Tones
Muted variations
1#159E70
2#1D966D
3#248E6B
4#2C8768
5#337F66
6#3B7863
7#427061
8#4A685E
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFCF2;
--teal-200: #C2FAE7;
--teal-300: #92F6D5;
--teal-400: #5AF2BF;
--teal-500: #2BEEAD;
--teal-600: #11D090;
--teal-700: #0DA573;
--teal-800: #0A7652;
--teal-900: #064B34;
--teal-950: #042F21;
}