Teal
#0EA495
CyanColor Codes
All color formats for development
HEX
#0EA495RGB
rgb(14, 164, 149)HSL
hsl(174, 84%, 35%)OKLCH
oklch(0.646 0.113 183.4)CMYK
cmyk(91%, 0%, 9%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9486
2#0B8377
3#0A7368
4#09635A
5#07524B
6#06423C
7#04312D
8#03211E
9#01100F
Tints
Lighter variations
1#11C3B1
2#14E1CD
3#2AECD9
4#48EFDE
5#67F2E4
6#85F4E9
7#A4F7EF
8#C2FAF4
9#E1FCFA
Tones
Muted variations
1#169D8F
2#1D9589
3#258E83
4#2C867D
5#347F77
6#3B7771
7#43706B
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 #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EC | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF9;
--teal-200: #C2FAF4;
--teal-300: #93F6EC;
--teal-400: #5BF1E2;
--teal-500: #2CEDD9;
--teal-600: #12CEBC;
--teal-700: #0EA495;
--teal-800: #0A756B;
--teal-900: #074B44;
--teal-950: #042F2B;
}