Teal
#0EA48B
CyanColor Codes
All color formats for development
HEX
#0EA48BRGB
rgb(14, 164, 139)HSL
hsl(170, 84%, 35%)OKLCH
oklch(0.643 0.118 176.4)CMYK
cmyk(91%, 0%, 15%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D947D
2#0B836F
3#0A7361
4#096354
5#075246
6#064238
7#04312A
8#03211C
9#01100E
Tints
Lighter variations
1#11C3A5
2#14E1BF
3#2AECCC
4#48EFD3
5#67F2DB
6#85F4E2
7#A4F7E9
8#C2FAF0
9#E1FCF8
Tones
Muted variations
1#169D86
2#1D9581
3#258E7C
4#2C8677
5#347F72
6#3B776D
7#437068
8#4A6863
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E5 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA48B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B40 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF7;
--teal-200: #C2FAF0;
--teal-300: #93F6E5;
--teal-400: #5BF1D8;
--teal-500: #2CEDCD;
--teal-600: #12CEAF;
--teal-700: #0EA48B;
--teal-800: #0A7563;
--teal-900: #074B40;
--teal-950: #042F28;
}