Teal
#0BA86C
GreenColor Codes
All color formats for development
HEX
#0BA86CRGB
rgb(11, 168, 108)HSL
hsl(157, 88%, 35%)OKLCH
oklch(0.646 0.147 158.9)CMYK
cmyk(93%, 0%, 36%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9761
2#098656
3#07754B
4#066541
5#055436
6#04432B
7#033220
8#022216
9#01110B
Tints
Lighter variations
1#0DC780
2#0FE694
3#25F1A3
4#44F3B0
5#63F5BD
6#82F7CA
7#A2F9D7
8#C1FBE5
9#E0FDF2
Tones
Muted variations
1#13A06A
2#1A9868
3#229066
4#2A8864
5#328162
6#3A7961
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 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA86C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D31 | 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: #DDFDF1;
--teal-200: #C1FBE5;
--teal-300: #91F8D0;
--teal-400: #57F4B8;
--teal-500: #27F1A4;
--teal-600: #0DD387;
--teal-700: #0BA86C;
--teal-800: #08784D;
--teal-900: #054D31;
--teal-950: #03301F;
}