Teal
#1096A2
CyanColor Codes
All color formats for development
HEX
#1096A2RGB
rgb(16, 150, 162)HSL
hsl(185, 82%, 35%)OKLCH
oklch(0.615 0.103 205.1)CMYK
cmyk(90%, 7%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8792
2#0D7882
3#0B6972
4#0A5A61
5#084B51
6#063C41
7#052D31
8#031E20
9#020F10
Tints
Lighter variations
1#13B2C1
2#16CEDF
3#2CDAEA
4#4AE0ED
5#68E5F0
6#86EAF3
7#A5EFF6
8#C3F5F9
9#E1FAFC
Tones
Muted variations
1#17909B
2#1F8A94
3#26848C
4#2D7E85
5#35787E
6#3C7277
7#436C6F
8#4B6568
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EC #94ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE3 #5DE3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDB #2EDBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BD #14BDCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1096 #1096A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6B #0B6B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFF9FC;
--teal-200: #C3F5F9;
--teal-300: #94ECF4;
--teal-400: #5DE3EF;
--teal-500: #2EDBEA;
--teal-600: #14BDCC;
--teal-700: #1096A2;
--teal-800: #0B6B74;
--teal-900: #07454A;
--teal-950: #052B2E;
}