Teal
#0BA89D
CyanColor Codes
All color formats for development
HEX
#0BA89DRGB
rgb(11, 168, 157)HSL
hsl(176, 88%, 35%)OKLCH
oklch(0.659 0.114 186.6)CMYK
cmyk(93%, 0%, 7%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A978E
2#09867E
3#07756E
4#06655E
5#05544F
6#04433F
7#03322F
8#02221F
9#011110
Tints
Lighter variations
1#0DC7BB
2#0FE6D8
3#25F1E3
4#44F3E7
5#63F5EB
6#82F7EF
7#A2F9F3
8#C1FBF7
9#E0FDFB
Tones
Muted variations
1#13A097
2#1A9890
3#229089
4#2A8882
5#32817B
6#3A7974
7#42716E
8#4A6967
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFB;
--teal-200: #C1FBF7;
--teal-300: #91F8F1;
--teal-400: #57F4EA;
--teal-500: #27F1E4;
--teal-600: #0DD3C6;
--teal-700: #0BA89D;
--teal-800: #087870;
--teal-900: #054D48;
--teal-950: #03302D;
}