Teal
#1D7B95
CyanColor Codes
All color formats for development
HEX
#1D7B95RGB
rgb(29, 123, 149)HSL
hsl(193, 67%, 35%)OKLCH
oklch(0.543 0.091 221.4)CMYK
cmyk(81%, 17%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6F86
2#186377
3#155668
4#124A59
5#0F3E4B
6#0C313C
7#09252D
8#06191E
9#030C0F
Tints
Lighter variations
1#2392B1
2#28A9CC
3#3DB7D9
4#59C1DE
5#75CCE4
6#90D6E9
7#ACE0EF
8#C8EAF4
9#E3F5FA
Tones
Muted variations
1#23788F
2#297489
3#2F7183
4#356E7D
5#3B6A77
6#416771
7#47636B
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 | 9DDB #9DDBEC | BordersInactive statesPlaceholder text |
| 400 | 6AC8 #6AC8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB8 #3FB8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 259B #259BBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7B #1D7B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1558 #15586A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3844 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | 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: #9DDBEC;
--teal-400: #6AC8E2;
--teal-500: #3FB8D9;
--teal-600: #259BBB;
--teal-700: #1D7B95;
--teal-800: #15586A;
--teal-900: #0D3844;
--teal-950: #08232B;
}