Teal
#0EA498
CyanColor Codes
All color formats for development
HEX
#0EA498RGB
rgb(14, 164, 152)HSL
hsl(175, 84%, 35%)OKLCH
oklch(0.647 0.112 185.6)CMYK
cmyk(91%, 0%, 7%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9489
2#0B8379
3#0A736A
4#09635B
5#07524C
6#06423D
7#04312E
8#03211E
9#01100F
Tints
Lighter variations
1#11C3B4
2#14E1D0
3#2AECDC
4#48EFE1
5#67F2E6
6#85F4EB
7#A4F7F0
8#C2FAF5
9#E1FCFA
Tones
Muted variations
1#169D91
2#1D958B
3#258E85
4#2C867F
5#347F78
6#3B7772
7#43706C
8#4A6866
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6ED | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | 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: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2FAF5;
--teal-300: #93F6ED;
--teal-400: #5BF1E4;
--teal-500: #2CEDDD;
--teal-600: #12CEBF;
--teal-700: #0EA498;
--teal-800: #0A756C;
--teal-900: #074B45;
--teal-950: #042F2B;
}