Teal
#1091A2
CyanColor Codes
All color formats for development
HEX
#1091A2RGB
rgb(16, 145, 162)HSL
hsl(187, 82%, 35%)OKLCH
oklch(0.603 0.101 209.7)CMYK
cmyk(90%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8392
2#0D7482
3#0B6672
4#0A5761
5#084951
6#063A41
7#052C31
8#031D20
9#020F10
Tints
Lighter variations
1#13ACC1
2#16C7DF
3#2CD4EA
4#4ADAED
5#68E0F0
6#86E6F3
7#A5EDF6
8#C3F3F9
9#E1F9FC
Tones
Muted variations
1#178C9B
2#1F8694
3#26818C
4#2D7B85
5#35757E
6#3C7077
7#436A6F
8#4B6468
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E9 #94E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDE #5DDEEF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED4 #2ED4EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B7 #14B7CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1091 #1091A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424A | 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: #DFF8FC;
--teal-200: #C3F3F9;
--teal-300: #94E9F4;
--teal-400: #5DDEEF;
--teal-500: #2ED4EA;
--teal-600: #14B7CC;
--teal-700: #1091A2;
--teal-800: #0B6874;
--teal-900: #07424A;
--teal-950: #052A2E;
}