Teal
#0BA871
GreenColor Codes
All color formats for development
HEX
#0BA871RGB
rgb(11, 168, 113)HSL
hsl(159, 88%, 35%)OKLCH
oklch(0.647 0.142 160.9)CMYK
cmyk(93%, 0%, 33%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9766
2#09865A
3#07754F
4#066544
5#055438
6#04432D
7#033222
8#022217
9#01110B
Tints
Lighter variations
1#0DC786
2#0FE69B
3#25F1AA
4#44F3B6
5#63F5C2
6#82F7CE
7#A2F9DA
8#C1FBE7
9#E0FDF3
Tones
Muted variations
1#13A06E
2#1A986C
3#22906A
4#2A8867
5#328165
6#3A7963
7#427160
8#4A695E
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D4 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DDFDF2;
--teal-200: #C1FBE7;
--teal-300: #91F8D4;
--teal-400: #57F4BD;
--teal-500: #27F1AB;
--teal-600: #0DD38E;
--teal-700: #0BA871;
--teal-800: #087851;
--teal-900: #054D34;
--teal-950: #033020;
}