Teal
#0FA1A3
CyanColor Codes
All color formats for development
HEX
#0FA1A3RGB
rgb(15, 161, 163)HSL
hsl(181, 83%, 35%)OKLCH
oklch(0.644 0.108 196.4)CMYK
cmyk(91%, 1%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9193
2#0C8183
3#0B7172
4#096162
5#085052
6#064041
7#053031
8#032021
9#021010
Tints
Lighter variations
1#12BFC2
2#15DDE0
3#2BE8EB
4#49EBEE
5#67EFF1
6#86F2F4
7#A4F5F7
8#C2F8F9
9#E1FCFC
Tones
Muted variations
1#179A9C
2#1E9395
3#258B8D
4#2D8486
5#347D7E
6#3C7677
7#436F6F
8#4A6868
9#526061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CED #5CEDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE8 #2DE8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CA #13CACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA1 #0FA1A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B73 #0B7375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFBFC;
--teal-200: #C2F8F9;
--teal-300: #94F3F5;
--teal-400: #5CEDF0;
--teal-500: #2DE8EB;
--teal-600: #13CACD;
--teal-700: #0FA1A3;
--teal-800: #0B7375;
--teal-900: #074A4B;
--teal-950: #042E2F;
}