Teal
#0BA88E
CyanColor Codes
All color formats for development
HEX
#0BA88ERGB
rgb(11, 168, 142)HSL
hsl(170, 88%, 35%)OKLCH
oklch(0.654 0.121 176.2)CMYK
cmyk(93%, 0%, 15%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A977F
2#098671
3#077563
4#066555
5#055447
6#044339
7#03322A
8#02221C
9#01110E
Tints
Lighter variations
1#0DC7A8
2#0FE6C2
3#25F1CF
4#44F3D6
5#63F5DD
6#82F7E4
7#A2F9EA
8#C1FBF1
9#E0FDF8
Tones
Muted variations
1#13A088
2#1A9883
3#22907E
4#2A8879
5#328173
6#3A796E
7#427169
8#4A6964
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C1FBF1;
--teal-300: #91F8E7;
--teal-400: #57F4DA;
--teal-500: #27F1D0;
--teal-600: #0DD3B2;
--teal-700: #0BA88E;
--teal-800: #087865;
--teal-900: #054D41;
--teal-950: #033028;
}