Teal
#1B987F
CyanColor Codes
All color formats for development
HEX
#1B987FRGB
rgb(27, 152, 127)HSL
hsl(168, 70%, 35%)OKLCH
oklch(0.61 0.109 174.8)CMYK
cmyk(82%, 0%, 16%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188972
2#157965
3#136A59
4#105B4C
5#0D4C3F
6#0B3D33
7#082E26
8#051E19
9#030F0D
Tints
Lighter variations
1#20B496
2#25D0AE
3#3ADCBC
4#56E1C5
5#72E6CF
6#8EEBD9
7#AAF0E2
8#C7F5EC
9#E3FAF5
Tones
Muted variations
1#21917B
2#278B77
3#2E8573
4#347F70
5#3A786C
6#407268
7#476C64
8#4D6661
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDD | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CB | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1FAF5;
--teal-200: #C7F5EC;
--teal-300: #9BEDDD;
--teal-400: #67E4CB;
--teal-500: #3CDDBC;
--teal-600: #22BF9F;
--teal-700: #1B987F;
--teal-800: #136C5B;
--teal-900: #0C453A;
--teal-950: #082B24;
}