Teal
#0BA898
CyanColor Codes
All color formats for development
HEX
#0BA898RGB
rgb(11, 168, 152)HSL
hsl(174, 88%, 35%)OKLCH
oklch(0.658 0.116 183)CMYK
cmyk(93%, 0%, 10%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9789
2#09867A
3#07756A
4#06655B
5#05544C
6#04433D
7#03322E
8#02221E
9#01110F
Tints
Lighter variations
1#0DC7B4
2#0FE6D1
3#25F1DD
4#44F3E2
5#63F5E6
6#82F7EB
7#A2F9F0
8#C1FBF5
9#E0FDFA
Tones
Muted variations
1#13A092
2#1A988C
3#229085
4#2A887F
5#328179
6#3A7972
7#42716C
8#4A6966
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D46 | 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: #DDFDFA;
--teal-200: #C1FBF5;
--teal-300: #91F8EE;
--teal-400: #57F4E5;
--teal-500: #27F1DD;
--teal-600: #0DD3BF;
--teal-700: #0BA898;
--teal-800: #08786D;
--teal-900: #054D46;
--teal-950: #03302B;
}