Teal
#1E8E94
CyanColor Codes
All color formats for development
HEX
#1E8E94RGB
rgb(30, 142, 148)HSL
hsl(183, 66%, 35%)OKLCH
oklch(0.591 0.094 200.5)CMYK
cmyk(80%, 4%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8085
2#187277
3#156468
4#125559
5#0F474A
6#0C393B
7#092B2C
8#061C1E
9#030E0F
Tints
Lighter variations
1#24A9B0
2#2AC3CB
3#3ED0D8
4#5AD7DD
5#75DDE3
6#91E4E8
7#ACEBEE
8#C8F2F4
9#E3F8F9
Tones
Muted variations
1#24898E
2#2A8488
3#307E82
4#36797D
5#3C7477
6#426E71
7#48696B
8#4D6465
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F8F9;
--teal-200: #C8F2F4;
--teal-300: #9EE7EB;
--teal-400: #6BDBE1;
--teal-500: #41D0D8;
--teal-600: #26B3BA;
--teal-700: #1E8E94;
--teal-800: #16666A;
--teal-900: #0E4144;
--teal-950: #09292A;
}