Teal
#0BA87B
GreenColor Codes
All color formats for development
HEX
#0BA87BRGB
rgb(11, 168, 123)HSL
hsl(163, 88%, 35%)OKLCH
oklch(0.649 0.134 165.5)CMYK
cmyk(93%, 0%, 27%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A976F
2#098663
3#077556
4#06654A
5#05543E
6#044331
7#033225
8#022219
9#01110C
Tints
Lighter variations
1#0DC792
2#0FE6A9
3#25F1B7
4#44F3C1
5#63F5CC
6#82F7D6
7#A2F9E0
8#C1FBEA
9#E0FDF5
Tones
Muted variations
1#13A078
2#1A9874
3#229071
4#2A886E
5#32816A
6#3A7967
7#427163
8#4A6960
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 #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF4;
--teal-200: #C1FBEA;
--teal-300: #91F8DB;
--teal-400: #57F4C8;
--teal-500: #27F1B8;
--teal-600: #0DD39B;
--teal-700: #0BA87B;
--teal-800: #087858;
--teal-900: #054D38;
--teal-950: #033023;
}