Teal
#165D69
CyanColor Codes
All color formats for development
HEX
#165D69RGB
rgb(22, 93, 105)HSL
hsl(189, 65%, 25%)OKLCH
oklch(0.442 0.069 211.6)CMYK
cmyk(79%, 11%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14535F
2#124A54
3#10414A
4#0D383F
5#0B2E35
6#09252A
7#071C20
8#041315
9#02090B
Tints
Lighter variations
1#1D7989
2#2494A8
3#2AB0C8
4#42C0D7
5#61CBDE
6#81D5E4
7#A0E0EB
8#C0EAF2
9#DFF5F8
Tones
Muted variations
1#1A5A65
2#1F5761
3#23545D
4#275159
5#2B4E54
6#2F4B50
7#33484C
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 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDF #9EDFEA | BordersInactive statesPlaceholder text |
| 400 | 6CCE #6CCEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C0 #42C0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A3 #27A3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F82 #1F8293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165D #165D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F5F9;
--teal-200: #C8EDF3;
--teal-300: #9EDFEA;
--teal-400: #6CCEE0;
--teal-500: #42C0D7;
--teal-600: #27A3B9;
--teal-700: #1F8293;
--teal-800: #165D69;
--teal-900: #0E3B43;
--teal-950: #09252A;
}