Teal
#0BA869
GreenColor Codes
All color formats for development
HEX
#0BA869RGB
rgb(11, 168, 105)HSL
hsl(156, 88%, 35%)OKLCH
oklch(0.645 0.15 157.8)CMYK
cmyk(93%, 0%, 38%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A975E
2#098654
3#077549
4#06653F
5#055434
6#04432A
7#03321F
8#022215
9#01110A
Tints
Lighter variations
1#0DC77C
2#0FE690
3#25F19F
4#44F3AD
5#63F5BB
6#82F7C8
7#A2F9D6
8#C1FBE4
9#E0FDF1
Tones
Muted variations
1#13A067
2#1A9866
3#229064
4#2A8863
5#328161
6#3A7960
7#42715E
8#4A695C
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DDFDF0;
--teal-200: #C1FBE4;
--teal-300: #91F8CF;
--teal-400: #57F4B5;
--teal-500: #27F1A0;
--teal-600: #0DD384;
--teal-700: #0BA869;
--teal-800: #08784B;
--teal-900: #054D30;
--teal-950: #03301E;
}