Teal
#1E8494
CyanColor Codes
All color formats for development
HEX
#1E8494RGB
rgb(30, 132, 148)HSL
hsl(188, 66%, 35%)OKLCH
oklch(0.565 0.09 210.9)CMYK
cmyk(80%, 11%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7785
2#186A77
3#155D68
4#124F59
5#0F424A
6#0C353B
7#09282C
8#061A1E
9#030D0F
Tints
Lighter variations
1#249DB0
2#2AB6CB
3#3EC3D8
4#5ACCDD
5#75D4E3
6#91DDE8
7#ACE5EE
8#C8EEF4
9#E3F6F9
Tones
Muted variations
1#24808E
2#2A7C88
3#307782
4#36737D
5#3C6F77
6#426B71
7#48666B
8#4D6265
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE1 #9EE1EB | BordersInactive statesPlaceholder text |
| 400 | 6BD1 #6BD1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C4 #41C4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A7 #26A7BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E84 #1E8494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165F #165F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EEF4;
--teal-300: #9EE1EB;
--teal-400: #6BD1E1;
--teal-500: #41C4D8;
--teal-600: #26A7BA;
--teal-700: #1E8494;
--teal-800: #165F6A;
--teal-900: #0E3D44;
--teal-950: #09262A;
}