Teal
#0EA493
CyanColor Codes
All color formats for development
HEX
#0EA493RGB
rgb(14, 164, 147)HSL
hsl(173, 84%, 35%)OKLCH
oklch(0.646 0.114 181.9)CMYK
cmyk(91%, 0%, 10%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9484
2#0B8375
3#0A7367
4#096358
5#075249
6#06423B
7#04312C
8#03211D
9#01100F
Tints
Lighter variations
1#11C3AE
2#14E1C9
3#2AECD6
4#48EFDC
5#67F2E1
6#85F4E7
7#A4F7ED
8#C2FAF3
9#E1FCF9
Tones
Muted variations
1#169D8D
2#1D9587
3#258E81
4#2C867C
5#347F76
6#3B7770
7#43706A
8#4A6865
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF9;
--teal-200: #C2FAF3;
--teal-300: #93F6EA;
--teal-400: #5BF1DF;
--teal-500: #2CEDD6;
--teal-600: #12CEB8;
--teal-700: #0EA493;
--teal-800: #0A7569;
--teal-900: #074B43;
--teal-950: #042F2A;
}