Teal
#1B9894
CyanColor Codes
All color formats for development
HEX
#1B9894RGB
rgb(27, 152, 148)HSL
hsl(178, 70%, 35%)OKLCH
oklch(0.616 0.101 191.4)CMYK
cmyk(82%, 0%, 3%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188985
2#157976
3#136A67
4#105B59
5#0D4C4A
6#0B3D3B
7#082E2C
8#051E1E
9#030F0F
Tints
Lighter variations
1#20B4AF
2#25D0CA
3#3ADCD7
4#56E1DD
5#72E6E2
6#8EEBE8
7#AAF0EE
8#C7F5F4
9#E3FAF9
Tones
Muted variations
1#21918E
2#278B88
3#2E8582
4#347F7C
5#3A7876
6#407271
7#476C6B
8#4D6665
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1FAF9;
--teal-200: #C7F5F4;
--teal-300: #9BEDEB;
--teal-400: #67E4E0;
--teal-500: #3CDDD7;
--teal-600: #22BFBA;
--teal-700: #1B9894;
--teal-800: #136C69;
--teal-900: #0C4543;
--teal-950: #082B2A;
}