Teal
#0BA895
CyanColor Codes
All color formats for development
HEX
#0BA895RGB
rgb(11, 168, 149)HSL
hsl(173, 88%, 35%)OKLCH
oklch(0.657 0.117 180.9)CMYK
cmyk(93%, 0%, 11%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9787
2#098678
3#077569
4#06655A
5#05544B
6#04433C
7#03322D
8#02221E
9#01110F
Tints
Lighter variations
1#0DC7B1
2#0FE6CD
3#25F1D9
4#44F3DF
5#63F5E4
6#82F7E9
7#A2F9EF
8#C1FBF4
9#E0FDFA
Tones
Muted variations
1#13A08F
2#1A9889
3#229083
4#2A887D
5#328177
6#3A7971
7#42716B
8#4A6965
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDF9;
--teal-200: #C1FBF4;
--teal-300: #91F8EC;
--teal-400: #57F4E2;
--teal-500: #27F1DA;
--teal-600: #0DD3BC;
--teal-700: #0BA895;
--teal-800: #08786B;
--teal-900: #054D44;
--teal-950: #03302B;
}