Teal
#0EA49A
CyanColor Codes
All color formats for development
HEX
#0EA49ARGB
rgb(14, 164, 154)HSL
hsl(176, 84%, 35%)OKLCH
oklch(0.648 0.111 187.1)CMYK
cmyk(91%, 0%, 6%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D948B
2#0B837B
3#0A736C
4#09635D
5#07524D
6#06423E
7#04312E
8#03211F
9#01100F
Tints
Lighter variations
1#11C3B7
2#14E1D4
3#2AECDF
4#48EFE4
5#67F2E8
6#85F4ED
7#A4F7F1
8#C2FAF6
9#E1FCFA
Tones
Muted variations
1#169D94
2#1D958D
3#258E87
4#2C8680
5#347F7A
6#3B7773
7#43706D
8#4A6866
9#526160
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 #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EF | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA49A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2FAF6;
--teal-300: #93F6EF;
--teal-400: #5BF1E7;
--teal-500: #2CEDE0;
--teal-600: #12CEC2;
--teal-700: #0EA49A;
--teal-800: #0A756E;
--teal-900: #074B47;
--teal-950: #042F2C;
}