Teal
#0BA886
CyanColor Codes
All color formats for development
HEX
#0BA886RGB
rgb(11, 168, 134)HSL
hsl(167, 88%, 35%)OKLCH
oklch(0.652 0.126 171.4)CMYK
cmyk(93%, 0%, 20%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9778
2#09866B
3#07755E
4#066550
5#055443
6#044336
7#033228
8#02221B
9#01110D
Tints
Lighter variations
1#0DC79F
2#0FE6B7
3#25F1C5
4#44F3CD
5#63F5D5
6#82F7DE
7#A2F9E6
8#C1FBEE
9#E0FDF7
Tones
Muted variations
1#13A081
2#1A987D
3#229078
4#2A8874
5#328170
6#3A796B
7#427167
8#4A6962
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF6;
--teal-200: #C1FBEE;
--teal-300: #91F8E2;
--teal-400: #57F4D2;
--teal-500: #27F1C5;
--teal-600: #0DD3A8;
--teal-700: #0BA886;
--teal-800: #087860;
--teal-900: #054D3D;
--teal-950: #033026;
}