Teal
#1C8897
CyanColor Codes
All color formats for development
HEX
#1C8897RGB
rgb(28, 136, 151)HSL
hsl(187, 69%, 35%)OKLCH
oklch(0.577 0.093 209.3)CMYK
cmyk(81%, 10%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197B88
2#166D79
3#13606A
4#11525A
5#0E444B
6#0B373C
7#08292D
8#061B1E
9#030E0F
Tints
Lighter variations
1#21A2B3
2#26BBCF
3#3BC8DB
4#57D0E0
5#73D8E5
6#8FE0EA
7#ABE8F0
8#C7EFF5
9#E3F7FA
Tones
Muted variations
1#228491
2#287F8B
3#2E7A84
4#34767E
5#3A7178
6#416C72
7#47676C
8#4D6366
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3ED | BordersInactive statesPlaceholder text |
| 400 | 68D5 #68D5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC9 #3DC9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AC #23ACBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C88 #1C8897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F7F9;
--teal-200: #C7EFF5;
--teal-300: #9CE3ED;
--teal-400: #68D5E3;
--teal-500: #3DC9DB;
--teal-600: #23ACBE;
--teal-700: #1C8897;
--teal-800: #14616C;
--teal-900: #0D3E45;
--teal-950: #08272B;
}