Teal
#166069
CyanColor Codes
All color formats for development
HEX
#166069RGB
rgb(22, 96, 105)HSL
hsl(187, 65%, 25%)OKLCH
oklch(0.45 0.07 207.2)CMYK
cmyk(79%, 9%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14565F
2#124C54
3#10434A
4#0D393F
5#0B3035
6#09262A
7#071D20
8#041315
9#020A0B
Tints
Lighter variations
1#1D7C89
2#2499A8
3#2AB5C8
4#42C5D7
5#61CFDE
6#81D9E4
7#A0E2EB
8#C0ECF2
9#DFF5F8
Tones
Muted variations
1#1A5C65
2#1F5961
3#23565D
4#275359
5#2B5054
6#2F4C50
7#33494C
8#374648
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EA | BordersInactive statesPlaceholder text |
| 400 | 6CD2 #6CD2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C5 #42C5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A8 #27A8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F86 #1F8693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #166069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F6F9;
--teal-200: #C8EEF3;
--teal-300: #9EE2EA;
--teal-400: #6CD2E0;
--teal-500: #42C5D7;
--teal-600: #27A8B9;
--teal-700: #1F8693;
--teal-800: #166069;
--teal-900: #0E3D43;
--teal-950: #09262A;
}