Teal
#0EA481
CyanColor Codes
All color formats for development
HEX
#0EA481RGB
rgb(14, 164, 129)HSL
hsl(166, 84%, 35%)OKLCH
oklch(0.64 0.124 170.3)CMYK
cmyk(91%, 0%, 21%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9474
2#0B8367
3#0A735A
4#09634E
5#075241
6#064234
7#043127
8#03211A
9#01100D
Tints
Lighter variations
1#11C399
2#14E1B1
3#2AECBF
4#48EFC8
5#67F2D1
6#85F4DA
7#A4F7E4
8#C2FAED
9#E1FCF6
Tones
Muted variations
1#169D7D
2#1D9579
3#258E75
4#2C8671
5#347F6D
6#3B7769
7#437065
8#4A6861
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DF | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2FAED;
--teal-300: #93F6DF;
--teal-400: #5BF1CE;
--teal-500: #2CEDC0;
--teal-600: #12CEA2;
--teal-700: #0EA481;
--teal-800: #0A755C;
--teal-900: #074B3B;
--teal-950: #042F25;
}