Teal
#1F7A93
CyanColor Codes
All color formats for development
HEX
#1F7A93RGB
rgb(31, 122, 147)HSL
hsl(193, 65%, 35%)OKLCH
oklch(0.539 0.089 221)CMYK
cmyk(79%, 17%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C6E85
2#196276
3#165567
4#134958
5#103D4A
6#0C313B
7#09252C
8#06181D
9#030C0F
Tints
Lighter variations
1#2591AF
2#2BA7CA
3#40B6D6
4#5BC0DC
5#76CBE2
6#92D5E8
7#ADE0EE
8#C8EAF3
9#E4F5F9
Tones
Muted variations
1#25778D
2#2B7488
3#317082
4#366D7C
5#3C6A76
6#426670
7#48636B
8#4E6065
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEA | BordersInactive statesPlaceholder text |
| 400 | 6CC7 #6CC7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B7 #42B7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279A #279AB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7A #1F7A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1657 #165769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3843 | 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: #E2F4F9;
--teal-200: #C8EAF3;
--teal-300: #9EDAEA;
--teal-400: #6CC7E0;
--teal-500: #42B7D7;
--teal-600: #279AB9;
--teal-700: #1F7A93;
--teal-800: #165769;
--teal-900: #0E3843;
--teal-950: #09232A;
}