Teal
#0BA876
GreenColor Codes
All color formats for development
HEX
#0BA876RGB
rgb(11, 168, 118)HSL
hsl(161, 88%, 35%)OKLCH
oklch(0.648 0.138 163.1)CMYK
cmyk(93%, 0%, 30%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A976A
2#09865E
3#077553
4#066547
5#05543B
6#04432F
7#033223
8#022218
9#01110C
Tints
Lighter variations
1#0DC78C
2#0FE6A2
3#25F1B0
4#44F3BC
5#63F5C7
6#82F7D2
7#A2F9DD
8#C1FBE9
9#E0FDF4
Tones
Muted variations
1#13A073
2#1A9870
3#22906D
4#2A886B
5#328168
6#3A7965
7#427162
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 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD394 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA876 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D36 | 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: #DDFDF3;
--teal-200: #C1FBE9;
--teal-300: #91F8D7;
--teal-400: #57F4C3;
--teal-500: #27F1B1;
--teal-600: #0DD394;
--teal-700: #0BA876;
--teal-800: #087854;
--teal-900: #054D36;
--teal-950: #033022;
}