Teal
#1B7D98
CyanColor Codes
All color formats for development
HEX
#1B7D98RGB
rgb(27, 125, 152)HSL
hsl(193, 70%, 35%)OKLCH
oklch(0.549 0.094 221.7)CMYK
cmyk(82%, 18%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187089
2#156479
3#13576A
4#104B5B
5#0D3E4C
6#0B323D
7#08252E
8#05191E
9#030C0F
Tints
Lighter variations
1#2094B4
2#25ABD0
3#3AB9DC
4#56C3E1
5#72CDE6
6#8ED7EB
7#AAE1F0
8#C7EBF5
9#E3F5FA
Tones
Muted variations
1#217991
2#27768B
3#2E7285
4#346E7F
5#3A6B78
6#406772
7#47646C
8#4D6066
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDC #9BDCED | BordersInactive statesPlaceholder text |
| 400 | 67C9 #67C9E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBA #3CBADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229D #229DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7D #1B7D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1359 #13596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C39 #0C3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F4FA;
--teal-200: #C7EBF5;
--teal-300: #9BDCED;
--teal-400: #67C9E4;
--teal-500: #3CBADD;
--teal-600: #229DBF;
--teal-700: #1B7D98;
--teal-800: #13596C;
--teal-900: #0C3945;
--teal-950: #08242B;
}