Teal
#0E9DA4
CyanColor Codes
All color formats for development
HEX
#0E9DA4RGB
rgb(14, 157, 164)HSL
hsl(183, 84%, 35%)OKLCH
oklch(0.634 0.106 200.5)CMYK
cmyk(91%, 4%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8D94
2#0B7D83
3#0A6E73
4#095E63
5#074E52
6#063F42
7#042F31
8#031F21
9#011010
Tints
Lighter variations
1#11BAC3
2#14D7E1
3#2AE3EC
4#48E7EF
5#67EBF2
6#85EFF4
7#A4F3F7
8#C2F7FA
9#E1FBFC
Tones
Muted variations
1#16969D
2#1D8F95
3#25888E
4#2C8286
5#347B7F
6#3B7477
7#436D70
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 | 93F1 #93F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BE9 #5BE9F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE3 #2CE3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C5 #12C5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9D #0E9DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A70 #0A7075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | 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: #93F1F6;
--teal-400: #5BE9F1;
--teal-500: #2CE3ED;
--teal-600: #12C5CE;
--teal-700: #0E9DA4;
--teal-800: #0A7075;
--teal-900: #07484B;
--teal-950: #042D2F;
}