Teal
#0BA86E
GreenColor Codes
All color formats for development
HEX
#0BA86ERGB
rgb(11, 168, 110)HSL
hsl(158, 88%, 35%)OKLCH
oklch(0.646 0.145 159.7)CMYK
cmyk(93%, 0%, 35%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9763
2#098658
3#07754D
4#066542
5#055437
6#04432C
7#033221
8#022216
9#01110B
Tints
Lighter variations
1#0DC783
2#0FE697
3#25F1A6
4#44F3B3
5#63F5C0
6#82F7CC
7#A2F9D9
8#C1FBE6
9#E0FDF2
Tones
Muted variations
1#13A06C
2#1A986A
3#229068
4#2A8866
5#328164
6#3A7962
7#427160
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 #C1FBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA86E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784F | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D32 | 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: #C1FBE6;
--teal-300: #91F8D2;
--teal-400: #57F4BB;
--teal-500: #27F1A7;
--teal-600: #0DD38B;
--teal-700: #0BA86E;
--teal-800: #08784F;
--teal-900: #054D32;
--teal-950: #03301F;
}