Teal
#1E7B94
CyanColor Codes
All color formats for development
HEX
#1E7B94RGB
rgb(30, 123, 148)HSL
hsl(193, 66%, 35%)OKLCH
oklch(0.542 0.09 220.6)CMYK
cmyk(80%, 17%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6E85
2#186277
3#155668
4#124A59
5#0F3D4A
6#0C313B
7#09252C
8#06191E
9#030C0F
Tints
Lighter variations
1#2491B0
2#2AA8CB
3#3EB6D8
4#5AC1DD
5#75CBE3
6#91D5E8
7#ACE0EE
8#C8EAF4
9#E3F5F9
Tones
Muted variations
1#24778E
2#2A7488
3#307182
4#366D7D
5#3C6A77
6#426771
7#48636B
8#4D6065
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEB | BordersInactive statesPlaceholder text |
| 400 | 6BC7 #6BC7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B7 #41B7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 269A #269ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E7B #1E7B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1658 #16586A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3844 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E1F4F9;
--teal-200: #C8EAF4;
--teal-300: #9EDAEB;
--teal-400: #6BC7E1;
--teal-500: #41B7D8;
--teal-600: #269ABA;
--teal-700: #1E7B94;
--teal-800: #16586A;
--teal-900: #0E3844;
--teal-950: #09232A;
}