Teal
#166269
CyanColor Codes
All color formats for development
HEX
#166269RGB
rgb(22, 98, 105)HSL
hsl(185, 65%, 25%)OKLCH
oklch(0.456 0.071 204.3)CMYK
cmyk(79%, 7%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14585F
2#124F54
3#10454A
4#0D3B3F
5#0B3135
6#09272A
7#071D20
8#041415
9#020A0B
Tints
Lighter variations
1#1D8089
2#249DA8
3#2ABBC8
4#42CAD7
5#61D3DE
6#81DCE4
7#A0E5EB
8#C0EDF2
9#DFF6F8
Tones
Muted variations
1#1A5F65
2#1F5B61
3#23585D
4#275459
5#2B5154
6#2F4E50
7#334A4C
8#374748
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE4 #9EE4EA | BordersInactive statesPlaceholder text |
| 400 | 6CD6 #6CD6E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CA #42CAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AD #27ADB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8A #1F8A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1662 #166269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F7F9;
--teal-200: #C8F0F3;
--teal-300: #9EE4EA;
--teal-400: #6CD6E0;
--teal-500: #42CAD7;
--teal-600: #27ADB9;
--teal-700: #1F8A93;
--teal-800: #166269;
--teal-900: #0E3F43;
--teal-950: #09272A;
}