Teal
#0D9EA5
CyanColor Codes
All color formats for development
HEX
#0D9EA5RGB
rgb(13, 158, 165)HSL
hsl(183, 85%, 35%)OKLCH
oklch(0.637 0.106 200.5)CMYK
cmyk(92%, 4%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8E95
2#0B7E84
3#096E74
4#085F63
5#074F53
6#053F42
7#042F32
8#032021
9#011011
Tints
Lighter variations
1#10BBC4
2#12D8E2
3#28E4EE
4#47E8F0
5#66ECF3
6#84EFF5
7#A3F3F8
8#C2F7FA
9#E0FBFD
Tones
Muted variations
1#15979E
2#1D9096
3#24898E
4#2C8287
5#337B7F
6#3B7578
7#426E70
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 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F1 #92F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEA #5AEAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE4 #2BE4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C6 #11C6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9E #0D9EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A71 #0A7176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0648 #06484B | 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: #DEFBFC;
--teal-200: #C2F7FA;
--teal-300: #92F1F6;
--teal-400: #5AEAF2;
--teal-500: #2BE4EE;
--teal-600: #11C6D0;
--teal-700: #0D9EA5;
--teal-800: #0A7176;
--teal-900: #06484B;
--teal-950: #042D2F;
}