Teal
#166569
CyanColor Codes
All color formats for development
HEX
#166569RGB
rgb(22, 101, 105)HSL
hsl(183, 65%, 25%)OKLCH
oklch(0.464 0.072 200.1)CMYK
cmyk(79%, 4%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145B5F
2#125154
3#10474A
4#0D3D3F
5#0B3335
6#09282A
7#071E20
8#041415
9#020A0B
Tints
Lighter variations
1#1D8389
2#24A2A8
3#2AC0C8
4#42CFD7
5#61D7DE
6#81DFE4
7#A0E7EB
8#C0EFF2
9#DFF7F8
Tones
Muted variations
1#1A6165
2#1F5E61
3#235A5D
4#275659
5#2B5254
6#2F4F50
7#334B4C
8#374748
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EA | BordersInactive statesPlaceholder text |
| 400 | 6CDA #6CDAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CF #42CFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B2 #27B2B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8D #1F8D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1665 #166569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C8F1F3;
--teal-300: #9EE7EA;
--teal-400: #6CDAE0;
--teal-500: #42CFD7;
--teal-600: #27B2B9;
--teal-700: #1F8D93;
--teal-800: #166569;
--teal-900: #0E4143;
--teal-950: #09282A;
}