Teal
#1B988D
CyanColor Codes
All color formats for development
HEX
#1B988DRGB
rgb(27, 152, 141)HSL
hsl(175, 70%, 35%)OKLCH
oklch(0.614 0.103 185.5)CMYK
cmyk(82%, 0%, 7%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18897F
2#157971
3#136A63
4#105B55
5#0D4C47
6#0B3D39
7#082E2A
8#051E1C
9#030F0E
Tints
Lighter variations
1#20B4A8
2#25D0C2
3#3ADCCF
4#56E1D6
5#72E6DC
6#8EEBE3
7#AAF0EA
8#C7F5F1
9#E3FAF8
Tones
Muted variations
1#219188
2#278B83
3#2E857E
4#347F78
5#3A7873
6#40726E
7#476C69
8#4D6664
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DA | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4541 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1FAF8;
--teal-200: #C7F5F1;
--teal-300: #9BEDE7;
--teal-400: #67E4DA;
--teal-500: #3CDDCF;
--teal-600: #22BFB2;
--teal-700: #1B988D;
--teal-800: #136C65;
--teal-900: #0C4541;
--teal-950: #082B28;
}