Teal
#0F9CA3
CyanColor Codes
All color formats for development
HEX
#0F9CA3RGB
rgb(15, 156, 163)HSL
hsl(183, 83%, 35%)OKLCH
oklch(0.631 0.105 200.6)CMYK
cmyk(91%, 4%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8C93
2#0C7D83
3#0B6D72
4#095E62
5#084E52
6#063E41
7#052F31
8#031F21
9#021010
Tints
Lighter variations
1#12B9C2
2#15D6E0
3#2BE2EB
4#49E6EE
5#67EAF1
6#86EEF4
7#A4F2F7
8#C2F7F9
9#E1FBFC
Tones
Muted variations
1#17959C
2#1E8F95
3#25888D
4#2D8186
5#347B7E
6#3C7477
7#436D6F
8#4A6768
9#526061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CE8 #5CE8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE2 #2DE2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C4 #13C4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9C #0F9CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F7F9;
--teal-300: #94F0F5;
--teal-400: #5CE8F0;
--teal-500: #2DE2EB;
--teal-600: #13C4CD;
--teal-700: #0F9CA3;
--teal-800: #0B6F75;
--teal-900: #07474B;
--teal-950: #042D2F;
}