Teal
#0BA87E
GreenColor Codes
All color formats for development
HEX
#0BA87ERGB
rgb(11, 168, 126)HSL
hsl(164, 88%, 35%)OKLCH
oklch(0.65 0.132 167)CMYK
cmyk(93%, 0%, 25%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9771
2#098665
3#077558
4#06654C
5#05543F
6#044332
7#033226
8#022219
9#01110D
Tints
Lighter variations
1#0DC795
2#0FE6AD
3#25F1BB
4#44F3C4
5#63F5CE
6#82F7D8
7#A2F9E2
8#C1FBEB
9#E0FDF5
Tones
Muted variations
1#13A07A
2#1A9877
3#229073
4#2A886F
5#32816C
6#3A7968
7#427164
8#4A6961
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785A | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF4;
--teal-200: #C1FBEB;
--teal-300: #91F8DC;
--teal-400: #57F4CA;
--teal-500: #27F1BB;
--teal-600: #0DD39E;
--teal-700: #0BA87E;
--teal-800: #08785A;
--teal-900: #054D3A;
--teal-950: #033024;
}