Teal
#1E8194
CyanColor Codes
All color formats for development
HEX
#1E8194RGB
rgb(30, 129, 148)HSL
hsl(190, 66%, 35%)OKLCH
oklch(0.558 0.09 214.1)CMYK
cmyk(80%, 13%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7485
2#186777
3#155A68
4#124D59
5#0F404A
6#0C333B
7#09272C
8#061A1E
9#030D0F
Tints
Lighter variations
1#2498B0
2#2AB0CB
3#3EBED8
4#5AC7DD
5#75D1E3
6#91DAE8
7#ACE3EE
8#C8ECF4
9#E3F6F9
Tones
Muted variations
1#247D8E
2#2A7988
3#307582
4#36717D
5#3C6D77
6#426971
7#48656B
8#4D6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEB | BordersInactive statesPlaceholder text |
| 400 | 6BCD #6BCDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41BF #41BFD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A2 #26A2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E81 #1E8194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165C #165C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F5F9;
--teal-200: #C8ECF4;
--teal-300: #9EDEEB;
--teal-400: #6BCDE1;
--teal-500: #41BFD8;
--teal-600: #26A2BA;
--teal-700: #1E8194;
--teal-800: #165C6A;
--teal-900: #0E3B44;
--teal-950: #09252A;
}