Teal
#0BA873
GreenColor Codes
All color formats for development
HEX
#0BA873RGB
rgb(11, 168, 115)HSL
hsl(160, 88%, 35%)OKLCH
oklch(0.647 0.141 161.8)CMYK
cmyk(93%, 0%, 32%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9768
2#09865C
3#077551
4#066545
5#05543A
6#04432E
7#033223
8#022217
9#01110C
Tints
Lighter variations
1#0DC789
2#0FE69E
3#25F1AD
4#44F3B9
5#63F5C4
6#82F7D0
7#A2F9DC
8#C1FBE8
9#E0FDF3
Tones
Muted variations
1#13A071
2#1A986E
3#22906C
4#2A8869
5#328166
6#3A7964
7#427161
8#4A695E
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D35 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF2;
--teal-200: #C1FBE8;
--teal-300: #91F8D6;
--teal-400: #57F4C0;
--teal-500: #27F1AE;
--teal-600: #0DD391;
--teal-700: #0BA873;
--teal-800: #087852;
--teal-900: #054D35;
--teal-950: #033021;
}