Teal
#1C8497
CyanColor Codes
All color formats for development
HEX
#1C8497RGB
rgb(28, 132, 151)HSL
hsl(189, 69%, 35%)OKLCH
oklch(0.566 0.092 213.5)CMYK
cmyk(81%, 13%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197788
2#166A79
3#135D6A
4#114F5A
5#0E424B
6#0B353C
7#08282D
8#061A1E
9#030D0F
Tints
Lighter variations
1#219DB3
2#26B6CF
3#3BC3DB
4#57CCE0
5#73D4E5
6#8FDDEA
7#ABE5F0
8#C7EEF5
9#E3F6FA
Tones
Muted variations
1#228091
2#287C8B
3#2E7784
4#34737E
5#3A6F78
6#416A72
7#47666C
8#4D6266
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE1 #9CE1ED | BordersInactive statesPlaceholder text |
| 400 | 68D1 #68D1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC4 #3DC4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A6 #23A6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C84 #1C8497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145F #145F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6F9;
--teal-200: #C7EEF5;
--teal-300: #9CE1ED;
--teal-400: #68D1E3;
--teal-500: #3DC4DB;
--teal-600: #23A6BE;
--teal-700: #1C8497;
--teal-800: #145F6C;
--teal-900: #0D3D45;
--teal-950: #08262B;
}