Teal
#196767
CyanColor Codes
All color formats for development
HEX
#196767RGB
rgb(25, 103, 103)HSL
hsl(180, 61%, 25%)OKLCH
oklch(0.469 0.072 195)CMYK
cmyk(76%, 0%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C5C
2#145252
3#114848
4#0F3E3E
5#0C3333
6#0A2929
7#071F1F
8#051515
9#020A0A
Tints
Lighter variations
1#208585
2#28A4A4
3#2FC3C3
4#46D2D2
5#65DADA
6#84E1E1
7#A3E9E9
8#C1F0F0
9#E0F8F8
Tones
Muted variations
1#1D6363
2#215F5F
3#255B5B
4#285757
5#2C5353
6#304F4F
7#344B4B
8#384848
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #CAF2F2;
--teal-300: #A1E8E8;
--teal-400: #6FDCDC;
--teal-500: #46D2D2;
--teal-600: #2CB5B5;
--teal-700: #239090;
--teal-800: #196767;
--teal-900: #104242;
--teal-950: #0A2929;
}