Teal
#1C8297
CyanColor Codes
All color formats for development
HEX
#1C8297RGB
rgb(28, 130, 151)HSL
hsl(190, 69%, 35%)OKLCH
oklch(0.561 0.092 215.6)CMYK
cmyk(81%, 14%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197588
2#166879
3#135B6A
4#114E5A
5#0E414B
6#0B343C
7#08272D
8#061A1E
9#030D0F
Tints
Lighter variations
1#219BB3
2#26B3CF
3#3BC0DB
4#57C9E0
5#73D2E5
6#8FDBEA
7#ABE4F0
8#C7EDF5
9#E3F6FA
Tones
Muted variations
1#227E91
2#287A8B
3#2E7684
4#34727E
5#3A6E78
6#416A72
7#47666C
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 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDF #9CDFED | BordersInactive statesPlaceholder text |
| 400 | 68CF #68CFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC1 #3DC1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A4 #23A4BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C82 #1C8297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145D #145D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | 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: #C7EDF5;
--teal-300: #9CDFED;
--teal-400: #68CFE3;
--teal-500: #3DC1DB;
--teal-600: #23A4BE;
--teal-700: #1C8297;
--teal-800: #145D6C;
--teal-900: #0D3C45;
--teal-950: #08252B;
}