Teal
#1B9498
CyanColor Codes
All color formats for development
HEX
#1B9498RGB
rgb(27, 148, 152)HSL
hsl(182, 70%, 35%)OKLCH
oklch(0.608 0.098 198.4)CMYK
cmyk(82%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188589
2#157679
3#13676A
4#10595B
5#0D4A4C
6#0B3B3D
7#082C2E
8#051E1E
9#030F0F
Tints
Lighter variations
1#20AFB4
2#25CAD0
3#3AD7DC
4#56DDE1
5#72E2E6
6#8EE8EB
7#AAEEF0
8#C7F4F5
9#E3F9FA
Tones
Muted variations
1#218E91
2#27888B
3#2E8285
4#347C7F
5#3A7678
6#407172
7#476B6C
8#4D6566
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBED | BordersInactive statesPlaceholder text |
| 400 | 67E0 #67E0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD7 #3CD7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BA #22BABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B94 #1B9498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1369 #13696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F9FA;
--teal-200: #C7F4F5;
--teal-300: #9BEBED;
--teal-400: #67E0E4;
--teal-500: #3CD7DD;
--teal-600: #22BABF;
--teal-700: #1B9498;
--teal-800: #13696C;
--teal-900: #0C4345;
--teal-950: #082A2B;
}