Teal
#1B987B
CyanColor Codes
All color formats for development
HEX
#1B987BRGB
rgb(27, 152, 123)HSL
hsl(166, 70%, 35%)OKLCH
oklch(0.608 0.112 172)CMYK
cmyk(82%, 0%, 19%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18896E
2#157962
3#136A56
4#105B4A
5#0D4C3D
6#0B3D31
7#082E25
8#051E19
9#030F0C
Tints
Lighter variations
1#20B491
2#25D0A8
3#3ADCB6
4#56E1C1
5#72E6CB
6#8EEBD5
7#AAF0E0
8#C7F5EA
9#E3FAF5
Tones
Muted variations
1#219177
2#278B74
3#2E8571
4#347F6D
5#3A786A
6#407267
7#476C63
8#4D6660
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1FAF4;
--teal-200: #C7F5EA;
--teal-300: #9BEDDA;
--teal-400: #67E4C7;
--teal-500: #3CDDB7;
--teal-600: #22BF9A;
--teal-700: #1B987B;
--teal-800: #136C58;
--teal-900: #0C4538;
--teal-950: #082B23;
}