Teal
#0EA484
CyanColor Codes
All color formats for development
HEX
#0EA484RGB
rgb(14, 164, 132)HSL
hsl(167, 84%, 35%)OKLCH
oklch(0.641 0.122 172)CMYK
cmyk(91%, 0%, 20%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9477
2#0B8369
3#0A735C
4#09634F
5#075242
6#064235
7#043128
8#03211A
9#01100D
Tints
Lighter variations
1#11C39C
2#14E1B5
3#2AECC2
4#48EFCB
5#67F2D4
6#85F4DC
7#A4F7E5
8#C2FAEE
9#E1FCF6
Tones
Muted variations
1#169D7F
2#1D957B
3#258E77
4#2C8673
5#347F6E
6#3B776A
7#437066
8#4A6862
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E0 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF6;
--teal-200: #C2FAEE;
--teal-300: #93F6E0;
--teal-400: #5BF1D0;
--teal-500: #2CEDC3;
--teal-600: #12CEA6;
--teal-700: #0EA484;
--teal-800: #0A755E;
--teal-900: #074B3C;
--teal-950: #042F26;
}