Teal
#176269
CyanColor Codes
All color formats for development
HEX
#176269RGB
rgb(23, 98, 105)HSL
hsl(185, 64%, 25%)OKLCH
oklch(0.456 0.07 204.4)CMYK
cmyk(78%, 7%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15585E
2#124E54
3#104449
4#0E3B3F
5#0B3134
6#09272A
7#071D1F
8#051415
9#020A0A
Tints
Lighter variations
1#1E7F88
2#259CA7
3#2CBAC7
4#43C9D6
5#62D2DD
6#82DBE3
7#A1E4EA
8#C0EDF1
9#E0F6F8
Tones
Muted variations
1#1B5E64
2#1F5B60
3#23585C
4#275458
5#2B5154
6#2F4D50
7#344A4C
8#384748
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE4 #9FE4EA | BordersInactive statesPlaceholder text |
| 400 | 6DD5 #6DD5DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C9 #43C9D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AC #28ACB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2089 #208992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1762 #176269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F7F9;
--teal-200: #C9F0F3;
--teal-300: #9FE4EA;
--teal-400: #6DD5DF;
--teal-500: #43C9D6;
--teal-600: #28ACB8;
--teal-700: #208992;
--teal-800: #176269;
--teal-900: #0F3F43;
--teal-950: #09272A;
}