Teal
#176469
CyanColor Codes
All color formats for development
HEX
#176469RGB
rgb(23, 100, 105)HSL
hsl(184, 64%, 25%)OKLCH
oklch(0.461 0.071 201.5)CMYK
cmyk(78%, 5%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15595E
2#124F54
3#104549
4#0E3B3F
5#0B3234
6#09282A
7#071E1F
8#051415
9#020A0A
Tints
Lighter variations
1#1E8188
2#259FA7
3#2CBCC7
4#43CCD6
5#62D4DD
6#82DDE3
7#A1E5EA
8#C0EEF1
9#E0F6F8
Tones
Muted variations
1#1B6064
2#1F5C60
3#23595C
4#275558
5#2B5154
6#2F4E50
7#344A4C
8#384748
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE5 #9FE5EA | BordersInactive statesPlaceholder text |
| 400 | 6DD7 #6DD7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CC #43CCD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AE #28AEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208B #208B92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1763 #176369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F7F9;
--teal-200: #C9F0F3;
--teal-300: #9FE5EA;
--teal-400: #6DD7DF;
--teal-500: #43CCD6;
--teal-600: #28AEB8;
--teal-700: #208B92;
--teal-800: #176369;
--teal-900: #0F3F43;
--teal-950: #09282A;
}