Teal
#1C8097
CyanColor Codes
All color formats for development
HEX
#1C8097RGB
rgb(28, 128, 151)HSL
hsl(191, 69%, 35%)OKLCH
oklch(0.556 0.092 217.7)CMYK
cmyk(81%, 15%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197388
2#166779
3#135A6A
4#114D5A
5#0E404B
6#0B333C
7#08262D
8#061A1E
9#030D0F
Tints
Lighter variations
1#2198B3
2#26B0CF
3#3BBEDB
4#57C7E0
5#73D0E5
6#8FDAEA
7#ABE3F0
8#C7ECF5
9#E3F6FA
Tones
Muted variations
1#227C91
2#28788B
3#2E7584
4#34717E
5#3A6D78
6#416972
7#47656C
8#4D6166
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDE #9CDEED | BordersInactive statesPlaceholder text |
| 400 | 68CD #68CDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBE #3DBEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A1 #23A1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C80 #1C8097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145C #145C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5F9;
--teal-200: #C7ECF5;
--teal-300: #9CDEED;
--teal-400: #68CDE3;
--teal-500: #3DBEDB;
--teal-600: #23A1BE;
--teal-700: #1C8097;
--teal-800: #145C6C;
--teal-900: #0D3B45;
--teal-950: #08252B;
}