Teal
#166469
CyanColor Codes
All color formats for development
HEX
#166469RGB
rgb(22, 100, 105)HSL
hsl(184, 65%, 25%)OKLCH
oklch(0.461 0.072 201.5)CMYK
cmyk(79%, 5%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145A5F
2#125054
3#10464A
4#0D3C3F
5#0B3235
6#09282A
7#071E20
8#041415
9#020A0B
Tints
Lighter variations
1#1D8289
2#249FA8
3#2ABDC8
4#42CDD7
5#61D5DE
6#81DEE4
7#A0E6EB
8#C0EEF2
9#DFF7F8
Tones
Muted variations
1#1A6065
2#1F5C61
3#23595D
4#275559
5#2B5254
6#2F4E50
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 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EA | BordersInactive statesPlaceholder text |
| 400 | 6CD8 #6CD8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CD #42CDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AF #27AFB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8C #1F8C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1664 #166469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E40 #0E4043 | 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: #E2F7F9;
--teal-200: #C8F1F3;
--teal-300: #9EE5EA;
--teal-400: #6CD8E0;
--teal-500: #42CDD7;
--teal-600: #27AFB9;
--teal-700: #1F8C93;
--teal-800: #166469;
--teal-900: #0E4043;
--teal-950: #09282A;
}