Teal
#1193A2
CyanColor Codes
All color formats for development
HEX
#1193A2RGB
rgb(17, 147, 162)HSL
hsl(186, 81%, 35%)OKLCH
oklch(0.608 0.102 207.8)CMYK
cmyk(90%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8491
2#0E7681
3#0C6771
4#0A5861
5#084A51
6#073B41
7#052C30
8#031D20
9#020F10
Tints
Lighter variations
1#14AEC0
2#17CADE
3#2DD6E9
4#4BDCEC
5#69E2EF
6#87E8F2
7#A5EDF6
8#C3F3F9
9#E1F9FC
Tones
Muted variations
1#188D9A
2#1F8893
3#27828C
4#2E7C85
5#35767D
6#3C7076
7#446B6F
8#4B6568
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD7 #2FD7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B9 #15B9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1193 #1193A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C69 #0C6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #08434A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF9FC;
--teal-200: #C3F3F9;
--teal-300: #95EAF4;
--teal-400: #5DE0EE;
--teal-500: #2FD7E9;
--teal-600: #15B9CB;
--teal-700: #1193A2;
--teal-800: #0C6973;
--teal-900: #08434A;
--teal-950: #052A2E;
}