Teal
#0BA893
CyanColor Codes
All color formats for development
HEX
#0BA893RGB
rgb(11, 168, 147)HSL
hsl(172, 88%, 35%)OKLCH
oklch(0.656 0.118 179.5)CMYK
cmyk(93%, 0%, 13%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9784
2#098675
3#077567
4#066558
5#055449
6#04433B
7#03322C
8#02221D
9#01110F
Tints
Lighter variations
1#0DC7AE
2#0FE6C9
3#25F1D6
4#44F3DC
5#63F5E2
6#82F7E7
7#A2F9ED
8#C1FBF3
9#E0FDF9
Tones
Muted variations
1#13A08D
2#1A9887
3#229082
4#2A887C
5#328176
6#3A7970
7#42716B
8#4A6965
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DF | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF9;
--teal-200: #C1FBF3;
--teal-300: #91F8EA;
--teal-400: #57F4DF;
--teal-500: #27F1D6;
--teal-600: #0DD3B9;
--teal-700: #0BA893;
--teal-800: #087869;
--teal-900: #054D43;
--teal-950: #03302A;
}