Teal
#176069
CyanColor Codes
All color formats for development
HEX
#176069RGB
rgb(23, 96, 105)HSL
hsl(187, 64%, 25%)OKLCH
oklch(0.45 0.069 207.3)CMYK
cmyk(78%, 9%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15565E
2#124C54
3#104349
4#0E393F
5#0B3034
6#09262A
7#071D1F
8#051315
9#020A0A
Tints
Lighter variations
1#1E7C88
2#2598A7
3#2CB5C7
4#43C5D6
5#62CEDD
6#82D8E3
7#A1E2EA
8#C0ECF1
9#E0F5F8
Tones
Muted variations
1#1B5C64
2#1F5960
3#23565C
4#275358
5#2B4F54
6#2F4C50
7#34494C
8#384648
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1EA | BordersInactive statesPlaceholder text |
| 400 | 6DD2 #6DD2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C5 #43C5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A7 #28A7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2085 #208592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175F #175F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F6F9;
--teal-200: #C9EEF3;
--teal-300: #9FE1EA;
--teal-400: #6DD2DF;
--teal-500: #43C5D6;
--teal-600: #28A7B8;
--teal-700: #208592;
--teal-800: #175F69;
--teal-900: #0F3D43;
--teal-950: #09262A;
}