Teal
#0EA489
CyanColor Codes
All color formats for development
HEX
#0EA489RGB
rgb(14, 164, 137)HSL
hsl(169, 84%, 35%)OKLCH
oklch(0.643 0.119 175.1)CMYK
cmyk(91%, 0%, 16%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D947B
2#0B836D
3#0A7360
4#096352
5#075244
6#064237
7#043129
8#03211B
9#01100E
Tints
Lighter variations
1#11C3A2
2#14E1BC
3#2AECC9
4#48EFD0
5#67F2D8
6#85F4E0
7#A4F7E8
8#C2FAEF
9#E1FCF7
Tones
Muted variations
1#169D84
2#1D957F
3#258E7A
4#2C8676
5#347F71
6#3B776C
7#437067
8#4A6863
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF7;
--teal-200: #C2FAEF;
--teal-300: #93F6E4;
--teal-400: #5BF1D5;
--teal-500: #2CEDC9;
--teal-600: #12CEAC;
--teal-700: #0EA489;
--teal-800: #0A7562;
--teal-900: #074B3F;
--teal-950: #042F27;
}