Teal
#0BA890
CyanColor Codes
All color formats for development
HEX
#0BA890RGB
rgb(11, 168, 144)HSL
hsl(171, 88%, 35%)OKLCH
oklch(0.655 0.119 177.5)CMYK
cmyk(93%, 0%, 14%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9782
2#098673
3#077565
4#066557
5#055448
6#04433A
7#03322B
8#02221D
9#01110E
Tints
Lighter variations
1#0DC7AB
2#0FE6C6
3#25F1D2
4#44F3D9
5#63F5DF
6#82F7E6
7#A2F9EC
8#C1FBF2
9#E0FDF9
Tones
Muted variations
1#13A08B
2#1A9885
3#229080
4#2A887A
5#328175
6#3A796F
7#42716A
8#4A6964
9#51615F
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 #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C1FBF2;
--teal-300: #91F8E8;
--teal-400: #57F4DD;
--teal-500: #27F1D3;
--teal-600: #0DD3B5;
--teal-700: #0BA890;
--teal-800: #087867;
--teal-900: #054D42;
--teal-950: #033029;
}