Teal
#0D96A5
CyanColor Codes
All color formats for development
HEX
#0D96A5RGB
rgb(13, 150, 165)HSL
hsl(186, 85%, 35%)OKLCH
oklch(0.616 0.104 207.5)CMYK
cmyk(92%, 9%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8795
2#0B7884
3#096974
4#085A63
5#074B53
6#053C42
7#042D32
8#031E21
9#010F11
Tints
Lighter variations
1#10B2C4
2#12CEE2
3#28DAEE
4#47DFF0
5#66E4F3
6#84EAF5
7#A3EFF8
8#C2F4FA
9#E0FAFD
Tones
Muted variations
1#15909E
2#1D8A96
3#24848E
4#2C7E87
5#33787F
6#3B7278
7#426B70
8#4A6568
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EC #92ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE2 #5AE2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDA #2BDAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11BC #11BCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D96 #0D96A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0645 #06454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEF9FC;
--teal-200: #C2F4FA;
--teal-300: #92ECF6;
--teal-400: #5AE2F2;
--teal-500: #2BDAEE;
--teal-600: #11BCD0;
--teal-700: #0D96A5;
--teal-800: #0A6B76;
--teal-900: #06454B;
--teal-950: #042B2F;
}