Teal
#0CA678
GreenColor Codes
All color formats for development
HEX
#0CA678RGB
rgb(12, 166, 120)HSL
hsl(162, 87%, 35%)OKLCH
oklch(0.643 0.134 164.7)CMYK
cmyk(93%, 0%, 28%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A966C
2#098660
3#087554
4#076448
5#06533C
6#054330
7#033224
8#022118
9#01110C
Tints
Lighter variations
1#0EC68F
2#10E5A5
3#26F0B3
4#45F2BE
5#64F4C9
6#83F6D4
7#A2F9DF
8#C1FBE9
9#E0FDF4
Tones
Muted variations
1#139F75
2#1B9772
3#23906F
4#2B886C
5#328069
6#3A7866
7#427163
8#4A695F
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7D9 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3C5 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD297 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA778 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C37 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFDF3;
--teal-200: #C1FBE9;
--teal-300: #91F7D9;
--teal-400: #58F3C5;
--teal-500: #28F0B4;
--teal-600: #0FD297;
--teal-700: #0CA778;
--teal-800: #087756;
--teal-900: #054C37;
--teal-950: #033022;
}