Teal
#0BA88B
CyanColor Codes
All color formats for development
HEX
#0BA88BRGB
rgb(11, 168, 139)HSL
hsl(169, 88%, 35%)OKLCH
oklch(0.654 0.122 174.3)CMYK
cmyk(93%, 0%, 17%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A977D
2#09866F
3#077561
4#066553
5#055445
6#044338
7#03322A
8#02221C
9#01110E
Tints
Lighter variations
1#0DC7A5
2#0FE6BF
3#25F1CC
4#44F3D3
5#63F5DA
6#82F7E2
7#A2F9E9
8#C1FBF0
9#E0FDF8
Tones
Muted variations
1#13A086
2#1A9881
3#22907C
4#2A8877
5#328172
6#3A796D
7#427168
8#4A6963
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E5 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D40 | 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: #DDFDF7;
--teal-200: #C1FBF0;
--teal-300: #91F8E5;
--teal-400: #57F4D7;
--teal-500: #27F1CC;
--teal-600: #0DD3AF;
--teal-700: #0BA88B;
--teal-800: #087863;
--teal-900: #054D40;
--teal-950: #033028;
}