Teal
#1094A2
CyanColor Codes
All color formats for development
HEX
#1094A2RGB
rgb(16, 148, 162)HSL
hsl(186, 82%, 35%)OKLCH
oklch(0.61 0.102 206.9)CMYK
cmyk(90%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8592
2#0D7682
3#0B6772
4#0A5961
5#084A51
6#063B41
7#052C31
8#031E20
9#020F10
Tints
Lighter variations
1#13AFC1
2#16CBDF
3#2CD7EA
4#4ADDED
5#68E2F0
6#86E8F3
7#A5EEF6
8#C3F4F9
9#E1F9FC
Tones
Muted variations
1#178E9B
2#1F8894
3#26828C
4#2D7C85
5#35777E
6#3C7177
7#436B6F
8#4B6568
9#525F61
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 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED8 #2ED8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BA #14BACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1094 #1094A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444A | 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: #C3F4F9;
--teal-300: #94EBF4;
--teal-400: #5DE0EF;
--teal-500: #2ED8EA;
--teal-600: #14BACC;
--teal-700: #1094A2;
--teal-800: #0B6A74;
--teal-900: #07444A;
--teal-950: #052A2E;
}