Teal
#0D9BA5
CyanColor Codes
All color formats for development
HEX
#0D9BA5RGB
rgb(13, 155, 165)HSL
hsl(184, 85%, 35%)OKLCH
oklch(0.629 0.105 203.1)CMYK
cmyk(92%, 6%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8B95
2#0B7C84
3#096C74
4#085D63
5#074D53
6#053E42
7#042E32
8#031F21
9#010F11
Tints
Lighter variations
1#10B8C4
2#12D5E2
3#28E0EE
4#47E5F0
5#66E9F3
6#84EEF5
7#A3F2F8
8#C2F6FA
9#E0FBFD
Tones
Muted variations
1#15949E
2#1D8E96
3#24878E
4#2C8187
5#337A7F
6#3B7478
7#426D70
8#4A6668
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 | C2F6 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F0 #92F0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AE7 #5AE7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE1 #2BE1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C3 #11C3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9B #0D9BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6F #0A6F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0647 #06474B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F6FA;
--teal-300: #92F0F6;
--teal-400: #5AE7F2;
--teal-500: #2BE1EE;
--teal-600: #11C3D0;
--teal-700: #0D9BA5;
--teal-800: #0A6F76;
--teal-900: #06474B;
--teal-950: #042C2F;
}