Teal
#1E8A94
CyanColor Codes
All color formats for development
HEX
#1E8A94RGB
rgb(30, 138, 148)HSL
hsl(185, 66%, 35%)OKLCH
oklch(0.581 0.092 204.5)CMYK
cmyk(80%, 7%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7D85
2#186F77
3#156168
4#125359
5#0F454A
6#0C373B
7#092A2C
8#061C1E
9#030E0F
Tints
Lighter variations
1#24A4B0
2#2ABECB
3#3ECBD8
4#5AD2DD
5#75DAE3
6#91E1E8
7#ACE9EE
8#C8F0F4
9#E3F8F9
Tones
Muted variations
1#24858E
2#2A8188
3#307C82
4#36777D
5#3C7277
6#426D71
7#48686B
8#4D6365
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EB | BordersInactive statesPlaceholder text |
| 400 | 6BD7 #6BD7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41CB #41CBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AE #26AEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8A #1E8A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1663 #16636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F7F9;
--teal-200: #C8F0F4;
--teal-300: #9EE5EB;
--teal-400: #6BD7E1;
--teal-500: #41CBD8;
--teal-600: #26AEBA;
--teal-700: #1E8A94;
--teal-800: #16636A;
--teal-900: #0E3F44;
--teal-950: #09282A;
}