Teal
#1C8697
CyanColor Codes
All color formats for development
HEX
#1C8697RGB
rgb(28, 134, 151)HSL
hsl(188, 69%, 35%)OKLCH
oklch(0.571 0.093 211.4)CMYK
cmyk(81%, 11%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197988
2#166C79
3#135E6A
4#11515A
5#0E434B
6#0B363C
7#08282D
8#061B1E
9#030D0F
Tints
Lighter variations
1#219FB3
2#26B8CF
3#3BC6DB
4#57CEE0
5#73D6E5
6#8FDEEA
7#ABE6F0
8#C7EFF5
9#E3F7FA
Tones
Muted variations
1#228291
2#287D8B
3#2E7984
4#34747E
5#3A7078
6#416B72
7#47676C
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 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2ED | BordersInactive statesPlaceholder text |
| 400 | 68D3 #68D3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC6 #3DC6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A9 #23A9BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C86 #1C8697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606C | 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: #C7EFF5;
--teal-300: #9CE2ED;
--teal-400: #68D3E3;
--teal-500: #3DC6DB;
--teal-600: #23A9BE;
--teal-700: #1C8697;
--teal-800: #14606C;
--teal-900: #0D3D45;
--teal-950: #08262B;
}