Teal
#0BA8A8
CyanColor Codes
All color formats for development
HEX
#0BA8A8RGB
rgb(11, 168, 168)HSL
hsl(180, 88%, 35%)OKLCH
oklch(0.663 0.112 194.8)CMYK
cmyk(93%, 0%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9797
2#098686
3#077575
4#066565
5#055454
6#044343
7#033232
8#022222
9#011111
Tints
Lighter variations
1#0DC7C7
2#0FE6E6
3#25F1F1
4#44F3F3
5#63F5F5
6#82F7F7
7#A2F9F9
8#C1FBFB
9#E0FDFD
Tones
Muted variations
1#13A0A0
2#1A9898
3#229090
4#2A8888
5#328181
6#3A7979
7#427171
8#4A6969
9#516161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DDFDFD;
--teal-200: #C1FBFB;
--teal-300: #91F8F8;
--teal-400: #57F4F4;
--teal-500: #27F1F1;
--teal-600: #0DD3D3;
--teal-700: #0BA8A8;
--teal-800: #087878;
--teal-900: #054D4D;
--teal-950: #033030;
}