Teal
#0EA4A2
CyanColor Codes
All color formats for development
HEX
#0EA4A2RGB
rgb(14, 164, 162)HSL
hsl(179, 84%, 35%)OKLCH
oklch(0.651 0.11 193.2)CMYK
cmyk(91%, 0%, 1%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9492
2#0B8381
3#0A7371
4#096361
5#075251
6#064241
7#043131
8#032120
9#011010
Tints
Lighter variations
1#11C3C0
2#14E1DE
3#2AECE9
4#48EFEC
5#67F2EF
6#85F4F3
7#A4F7F6
8#C2FAF9
9#E1FCFC
Tones
Muted variations
1#169D9A
2#1D9593
3#258E8C
4#2C8685
5#347F7D
6#3B7776
7#43706F
8#4A6868
9#526160
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 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2FAF9;
--teal-300: #93F6F4;
--teal-400: #5BF1EE;
--teal-500: #2CEDE9;
--teal-600: #12CECB;
--teal-700: #0EA4A2;
--teal-800: #0A7574;
--teal-900: #074B4A;
--teal-950: #042F2E;
}