Teal
#1C7E97
CyanColor Codes
All color formats for development
HEX
#1C7E97RGB
rgb(28, 126, 151)HSL
hsl(192, 69%, 35%)OKLCH
oklch(0.551 0.093 219.9)CMYK
cmyk(81%, 17%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197288
2#166579
3#13586A
4#114C5A
5#0E3F4B
6#0B323C
7#08262D
8#06191E
9#030D0F
Tints
Lighter variations
1#2196B3
2#26ADCF
3#3BBBDB
4#57C5E0
5#73CEE5
6#8FD8EA
7#ABE2F0
8#C7ECF5
9#E3F5FA
Tones
Muted variations
1#227B91
2#28778B
3#2E7384
4#346F7E
5#3A6C78
6#416872
7#47646C
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 | 9CDD #9CDDED | BordersInactive statesPlaceholder text |
| 400 | 68CB #68CBE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBC #3DBCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239F #239FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7E #1C7E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3A #0D3A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | 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: #9CDDED;
--teal-400: #68CBE3;
--teal-500: #3DBCDB;
--teal-600: #239FBE;
--teal-700: #1C7E97;
--teal-800: #145A6C;
--teal-900: #0D3A45;
--teal-950: #08242B;
}