Teal
#0EA49D
CyanColor Codes
All color formats for development
HEX
#0EA49DRGB
rgb(14, 164, 157)HSL
hsl(177, 84%, 35%)OKLCH
oklch(0.649 0.11 189.4)CMYK
cmyk(91%, 0%, 4%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D948D
2#0B837D
3#0A736E
4#09635E
5#07524E
6#06423F
7#04312F
8#03211F
9#011010
Tints
Lighter variations
1#11C3BA
2#14E1D7
3#2AECE3
4#48EFE7
5#67F2EB
6#85F4EF
7#A4F7F3
8#C2FAF7
9#E1FCFB
Tones
Muted variations
1#169D96
2#1D958F
3#258E88
4#2C8682
5#347F7B
6#3B7774
7#43706D
8#4A6867
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F1 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA49D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFB;
--teal-200: #C2FAF7;
--teal-300: #93F6F1;
--teal-400: #5BF1E9;
--teal-500: #2CEDE3;
--teal-600: #12CEC5;
--teal-700: #0EA49D;
--teal-800: #0A7570;
--teal-900: #074B48;
--teal-950: #042F2D;
}