Teal
#0BA888
CyanColor Codes
All color formats for development
HEX
#0BA888RGB
rgb(11, 168, 136)HSL
hsl(168, 88%, 35%)OKLCH
oklch(0.653 0.124 172.5)CMYK
cmyk(93%, 0%, 19%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A977B
2#09866D
3#07755F
4#066552
5#055444
6#044337
7#033229
8#02221B
9#01110E
Tints
Lighter variations
1#0DC7A2
2#0FE6BB
3#25F1C8
4#44F3D0
5#63F5D8
6#82F7E0
7#A2F9E8
8#C1FBEF
9#E0FDF7
Tones
Muted variations
1#13A084
2#1A987F
3#22907A
4#2A8876
5#328171
6#3A796C
7#427167
8#4A6963
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E3 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF7;
--teal-200: #C1FBEF;
--teal-300: #91F8E3;
--teal-400: #57F4D5;
--teal-500: #27F1C9;
--teal-600: #0DD3AB;
--teal-700: #0BA888;
--teal-800: #087861;
--teal-900: #054D3E;
--teal-950: #033027;
}