Teal
#0CA76B
GreenColor Codes
All color formats for development
HEX
#0CA76BRGB
rgb(12, 167, 107)HSL
hsl(157, 87%, 35%)OKLCH
oklch(0.643 0.146 158.7)CMYK
cmyk(93%, 0%, 36%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9661
2#098656
3#08754B
4#076440
5#065336
6#05432B
7#033220
8#022115
9#01110B
Tints
Lighter variations
1#0EC67F
2#10E593
3#26F0A3
4#45F2B0
5#64F4BD
6#83F6CA
7#A2F9D7
8#C1FBE5
9#E0FDF2
Tones
Muted variations
1#139F6A
2#1B9768
3#239066
4#2B8864
5#328062
6#3A7860
7#42715F
8#4A695D
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7D0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA76B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08774D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C31 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFDF1;
--teal-200: #C1FBE5;
--teal-300: #91F7D0;
--teal-400: #58F3B8;
--teal-500: #28F0A4;
--teal-600: #0FD287;
--teal-700: #0CA76B;
--teal-800: #08774D;
--teal-900: #054C31;
--teal-950: #03301F;
}