Teal
#166669
CyanColor Codes
All color formats for development
HEX
#166669RGB
rgb(22, 102, 105)HSL
hsl(182, 65%, 25%)OKLCH
oklch(0.466 0.073 198.8)CMYK
cmyk(79%, 3%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145C5F
2#125254
3#10484A
4#0D3D3F
5#0B3335
6#09292A
7#071F20
8#041415
9#020A0B
Tints
Lighter variations
1#1D8589
2#24A4A8
3#2AC3C8
4#42D2D7
5#61D9DE
6#81E1E4
7#A0E8EB
8#C0F0F2
9#DFF7F8
Tones
Muted variations
1#1A6365
2#1F5F61
3#235B5D
4#275759
5#2B5354
6#2F4F50
7#334B4C
8#374748
9#3C4444
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 | C8F2 #C8F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE8 #9EE8EA | BordersInactive statesPlaceholder text |
| 400 | 6CDC #6CDCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D2 #42D2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B4 #27B4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8F #1F8F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #166669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C8F2F3;
--teal-300: #9EE8EA;
--teal-400: #6CDCE0;
--teal-500: #42D2D7;
--teal-600: #27B4B9;
--teal-700: #1F8F93;
--teal-800: #166669;
--teal-900: #0E4243;
--teal-950: #09292A;
}