Teal
#1B8998
CyanColor Codes
All color formats for development
HEX
#1B8998RGB
rgb(27, 137, 152)HSL
hsl(187, 70%, 35%)OKLCH
oklch(0.579 0.094 209.2)CMYK
cmyk(82%, 10%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187B89
2#156E79
3#13606A
4#10525B
5#0D454C
6#0B373D
7#08292E
8#051B1E
9#030E0F
Tints
Lighter variations
1#20A3B4
2#25BCD0
3#3AC9DC
4#56D1E1
5#72D9E6
6#8EE0EB
7#AAE8F0
8#C7F0F5
9#E3F7FA
Tones
Muted variations
1#218491
2#27808B
3#2E7B85
4#34767F
5#3A7178
6#406C72
7#47686C
8#4D6366
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4ED | BordersInactive statesPlaceholder text |
| 400 | 67D6 #67D6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCA #3CCADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AC #22ACBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B89 #1B8998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1362 #13626C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F7FA;
--teal-200: #C7F0F5;
--teal-300: #9BE4ED;
--teal-400: #67D6E4;
--teal-500: #3CCADD;
--teal-600: #22ACBF;
--teal-700: #1B8998;
--teal-800: #13626C;
--teal-900: #0C3F45;
--teal-950: #08272B;
}