Teal
#0DA578
GreenColor Codes
All color formats for development
HEX
#0DA578RGB
rgb(13, 165, 120)HSL
hsl(162, 85%, 35%)OKLCH
oklch(0.641 0.132 165)CMYK
cmyk(92%, 0%, 27%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C956C
2#0B8460
3#097454
4#086348
5#07533C
6#054230
7#043224
8#032118
9#01110C
Tints
Lighter variations
1#10C48E
2#12E2A4
3#28EEB2
4#47F0BD
5#66F3C8
6#84F5D3
7#A3F8DE
8#C2FAE9
9#E0FDF4
Tones
Muted variations
1#159E75
2#1D9672
3#248E6E
4#2C876B
5#337F68
6#3B7865
7#427062
8#4A685F
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D8 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA578 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFCF3;
--teal-200: #C2FAE9;
--teal-300: #92F6D8;
--teal-400: #5AF2C4;
--teal-500: #2BEEB3;
--teal-600: #11D096;
--teal-700: #0DA578;
--teal-800: #0A7655;
--teal-900: #064B37;
--teal-950: #042F22;
}