Teal
#0D93A5
CyanColor Codes
All color formats for development
HEX
#0D93A5RGB
rgb(13, 147, 165)HSL
hsl(187, 85%, 35%)OKLCH
oklch(0.609 0.103 210.2)CMYK
cmyk(92%, 11%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8595
2#0B7684
3#096774
4#085863
5#074A53
6#053B42
7#042C32
8#031D21
9#010F11
Tints
Lighter variations
1#10AFC4
2#12CAE2
3#28D7EE
4#47DCF0
5#66E2F3
6#84E8F5
7#A3EEF8
8#C2F3FA
9#E0F9FD
Tones
Muted variations
1#158E9E
2#1D8896
3#24828E
4#2C7C87
5#33767F
6#3B7178
7#426B70
8#4A6568
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EB #92EBF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE0 #5AE0F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD7 #2BD7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B9 #11B9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D93 #0D93A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6976 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0643 #06434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F3FA;
--teal-300: #92EBF6;
--teal-400: #5AE0F2;
--teal-500: #2BD7EE;
--teal-600: #11B9D0;
--teal-700: #0D93A5;
--teal-800: #0A6976;
--teal-900: #06434B;
--teal-950: #042A2F;
}