Teal
#1B7B98
CyanColor Codes
All color formats for development
HEX
#1B7B98RGB
rgb(27, 123, 152)HSL
hsl(194, 70%, 35%)OKLCH
oklch(0.544 0.094 223.7)CMYK
cmyk(82%, 19%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186E89
2#156279
3#13566A
4#104A5B
5#0D3D4C
6#0B313D
7#08252E
8#05191E
9#030C0F
Tints
Lighter variations
1#2091B4
2#25A8D0
3#3AB6DC
4#56C1E1
5#72CBE6
6#8ED5EB
7#AAE0F0
8#C7EAF5
9#E3F5FA
Tones
Muted variations
1#217791
2#27748B
3#2E7185
4#346D7F
5#3A6A78
6#406772
7#47636C
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 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDA #9BDAED | BordersInactive statesPlaceholder text |
| 400 | 67C7 #67C7E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB7 #3CB7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229A #229ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7B #1B7B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1358 #13586C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3845 | 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: #F2FAFD;
--teal-100: #E1F4FA;
--teal-200: #C7EAF5;
--teal-300: #9BDAED;
--teal-400: #67C7E4;
--teal-500: #3CB7DD;
--teal-600: #229ABF;
--teal-700: #1B7B98;
--teal-800: #13586C;
--teal-900: #0C3845;
--teal-950: #08232B;
}