Teal
#0EA486
CyanColor Codes
All color formats for development
HEX
#0EA486RGB
rgb(14, 164, 134)HSL
hsl(168, 84%, 35%)OKLCH
oklch(0.642 0.121 173.3)CMYK
cmyk(91%, 0%, 18%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9479
2#0B836B
3#0A735E
4#096351
5#075243
6#064236
7#043128
8#03211B
9#01100D
Tints
Lighter variations
1#11C39F
2#14E1B8
3#2AECC5
4#48EFCE
5#67F2D6
6#85F4DE
7#A4F7E6
8#C2FAEF
9#E1FCF7
Tones
Muted variations
1#169D82
2#1D957D
3#258E79
4#2C8674
5#347F70
6#3B776B
7#437067
8#4A6862
9#52615E
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 #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E2 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | 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: #C2FAEF;
--teal-300: #93F6E2;
--teal-400: #5BF1D3;
--teal-500: #2CEDC6;
--teal-600: #12CEA9;
--teal-700: #0EA486;
--teal-800: #0A7560;
--teal-900: #074B3D;
--teal-950: #042F26;
}