Teal
#0BA89B
CyanColor Codes
All color formats for development
HEX
#0BA89BRGB
rgb(11, 168, 155)HSL
hsl(175, 88%, 35%)OKLCH
oklch(0.659 0.115 185.1)CMYK
cmyk(93%, 0%, 8%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A978B
2#09867C
3#07756C
4#06655D
5#05544D
6#04433E
7#03322E
8#02221F
9#01110F
Tints
Lighter variations
1#0DC7B7
2#0FE6D4
3#25F1E0
4#44F3E4
5#63F5E9
6#82F7ED
7#A2F9F2
8#C1FBF6
9#E0FDFB
Tones
Muted variations
1#13A094
2#1A988E
3#229087
4#2A8881
5#32817A
6#3A7973
7#42716D
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 #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFA;
--teal-200: #C1FBF6;
--teal-300: #91F8EF;
--teal-400: #57F4E7;
--teal-500: #27F1E0;
--teal-600: #0DD3C2;
--teal-700: #0BA89B;
--teal-800: #08786E;
--teal-900: #054D47;
--teal-950: #03302C;
}