Teal
#0BA879
GreenColor Codes
All color formats for development
HEX
#0BA879RGB
rgb(11, 168, 121)HSL
hsl(162, 88%, 35%)OKLCH
oklch(0.649 0.136 164.5)CMYK
cmyk(93%, 0%, 28%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A976D
2#098661
3#077554
4#066548
5#05543C
6#044330
7#033224
8#022218
9#01110C
Tints
Lighter variations
1#0DC78F
2#0FE6A5
3#25F1B4
4#44F3BF
5#63F5C9
6#82F7D4
7#A2F9DF
8#C1FBEA
9#E0FDF4
Tones
Muted variations
1#13A076
2#1A9872
3#22906F
4#2A886C
5#328169
6#3A7966
7#427163
8#4A6960
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 #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D9 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD398 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087856 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D37 | 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: #C1FBEA;
--teal-300: #91F8D9;
--teal-400: #57F4C5;
--teal-500: #27F1B5;
--teal-600: #0DD398;
--teal-700: #0BA879;
--teal-800: #087856;
--teal-900: #054D37;
--teal-950: #033022;
}