Teal
#0CA7A7
CyanColor Codes
All color formats for development
HEX
#0CA7A7RGB
rgb(12, 167, 167)HSL
hsl(180, 87%, 35%)OKLCH
oklch(0.66 0.111 194.8)CMYK
cmyk(93%, 0%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9696
2#098686
3#087575
4#076464
5#065353
6#054343
7#033232
8#022121
9#011111
Tints
Lighter variations
1#0EC6C6
2#10E5E5
3#26F0F0
4#45F2F2
5#64F4F4
6#83F6F6
7#A2F9F9
8#C1FBFB
9#E0FDFD
Tones
Muted variations
1#139F9F
2#1B9797
3#239090
4#2B8888
5#328080
6#3A7878
7#427171
8#4A6969
9#516161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7F7 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA7A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFDFD;
--teal-200: #C1FBFB;
--teal-300: #91F7F7;
--teal-400: #58F3F3;
--teal-500: #28F0F0;
--teal-600: #0FD2D2;
--teal-700: #0CA7A7;
--teal-800: #087777;
--teal-900: #054C4C;
--teal-950: #033030;
}