Teal
#1B7F98
CyanColor Codes
All color formats for development
HEX
#1B7F98RGB
rgb(27, 127, 152)HSL
hsl(192, 70%, 35%)OKLCH
oklch(0.554 0.093 219.6)CMYK
cmyk(82%, 16%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187289
2#156579
3#13596A
4#104C5B
5#0D3F4C
6#0B333D
7#08262E
8#05191E
9#030D0F
Tints
Lighter variations
1#2096B4
2#25AED0
3#3ABCDC
4#56C5E1
5#72CFE6
6#8ED9EB
7#AAE2F0
8#C7ECF5
9#E3F5FA
Tones
Muted variations
1#217B91
2#27778B
3#2E7385
4#34707F
5#3A6C78
6#406872
7#47646C
8#4D6166
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDD #9BDDED | BordersInactive statesPlaceholder text |
| 400 | 67CB #67CBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBC #3CBCDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229F #229FBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7F #1B7F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135B #135B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3A #0C3A45 | 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: #F2FBFD;
--teal-100: #E1F5FA;
--teal-200: #C7ECF5;
--teal-300: #9BDDED;
--teal-400: #67CBE4;
--teal-500: #3CBCDD;
--teal-600: #229FBF;
--teal-700: #1B7F98;
--teal-800: #135B6C;
--teal-900: #0C3A45;
--teal-950: #08242B;
}