Teal
#0DA56D
GreenColor Codes
All color formats for development
HEX
#0DA56DRGB
rgb(13, 165, 109)HSL
hsl(158, 85%, 35%)OKLCH
oklch(0.638 0.142 160)CMYK
cmyk(92%, 0%, 34%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9563
2#0B8458
3#09744D
4#086342
5#075337
6#05422C
7#043221
8#032116
9#01110B
Tints
Lighter variations
1#10C482
2#12E296
3#28EEA5
4#47F0B2
5#66F3BF
6#84F5CC
7#A3F8D9
8#C2FAE5
9#E0FDF2
Tones
Muted variations
1#159E6B
2#1D9669
3#248E67
4#2C8765
5#337F63
6#3B7861
7#42705F
8#4A685D
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D2 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BA | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA56D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764E | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF1;
--teal-200: #C2FAE5;
--teal-300: #92F6D2;
--teal-400: #5AF2BA;
--teal-500: #2BEEA6;
--teal-600: #11D08A;
--teal-700: #0DA56D;
--teal-800: #0A764E;
--teal-900: #064B32;
--teal-950: #042F1F;
}