Teal
#166869
CyanColor Codes
All color formats for development
HEX
#166869RGB
rgb(22, 104, 105)HSL
hsl(181, 65%, 25%)OKLCH
oklch(0.472 0.074 196.2)CMYK
cmyk(79%, 1%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145D5F
2#125354
3#10494A
4#0D3E3F
5#0B3435
6#092A2A
7#071F20
8#041515
9#020A0B
Tints
Lighter variations
1#1D8789
2#24A6A8
3#2AC5C8
4#42D4D7
5#61DBDE
6#81E3E4
7#A0EAEB
8#C0F1F2
9#DFF8F8
Tones
Muted variations
1#1A6465
2#1F6061
3#235C5D
4#275859
5#2B5454
6#2F5050
7#334C4C
8#374848
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 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE9 #9EE9EA | BordersInactive statesPlaceholder text |
| 400 | 6CDE #6CDEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D4 #42D4D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B7 #27B7B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F91 #1F9193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1668 #166869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C8F3F3;
--teal-300: #9EE9EA;
--teal-400: #6CDEE0;
--teal-500: #42D4D7;
--teal-600: #27B7B9;
--teal-700: #1F9193;
--teal-800: #166869;
--teal-900: #0E4243;
--teal-950: #092A2A;
}