Teal
#0EA477
GreenColor Codes
All color formats for development
HEX
#0EA477RGB
rgb(14, 164, 119)HSL
hsl(162, 84%, 35%)OKLCH
oklch(0.638 0.132 164.9)CMYK
cmyk(91%, 0%, 27%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D946B
2#0B835F
3#0A7353
4#096348
5#07523C
6#064230
7#043124
8#032118
9#01100C
Tints
Lighter variations
1#11C38D
2#14E1A4
3#2AECB2
4#48EFBD
5#67F2C8
6#85F4D3
7#A4F7DE
8#C2FAE9
9#E1FCF4
Tones
Muted variations
1#169D74
2#1D9571
3#258E6E
4#2C866B
5#347F68
6#3B7765
7#437062
8#4A685F
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFCF3;
--teal-200: #C2FAE9;
--teal-300: #93F6D8;
--teal-400: #5BF1C4;
--teal-500: #2CEDB3;
--teal-600: #12CE96;
--teal-700: #0EA477;
--teal-800: #0A7555;
--teal-900: #074B37;
--teal-950: #042F22;
}