Teal
#0EA2A4
CyanColor Codes
All color formats for development
HEX
#0EA2A4RGB
rgb(14, 162, 164)HSL
hsl(181, 84%, 35%)OKLCH
oklch(0.647 0.108 196.4)CMYK
cmyk(91%, 1%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9294
2#0B8183
3#0A7173
4#096163
5#075152
6#064142
7#043131
8#032021
9#011010
Tints
Lighter variations
1#11C0C3
2#14DEE1
3#2AE9EC
4#48ECEF
5#67EFF2
6#85F3F4
7#A4F6F7
8#C2F9FA
9#E1FCFC
Tones
Muted variations
1#169A9D
2#1D9395
3#258C8E
4#2C8586
5#347D7F
6#3B7677
7#436F70
8#4A6868
9#526061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F4 #93F4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BEE #5BEEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE9 #2CE9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CB #12CBCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA2 #0EA2A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2F9FA;
--teal-300: #93F4F6;
--teal-400: #5BEEF1;
--teal-500: #2CE9ED;
--teal-600: #12CBCE;
--teal-700: #0EA2A4;
--teal-800: #0A7475;
--teal-900: #074A4B;
--teal-950: #042E2F;
}