Teal
#1085A2
CyanColor Codes
All color formats for development
HEX
#1085A2RGB
rgb(16, 133, 162)HSL
hsl(192, 82%, 35%)OKLCH
oklch(0.572 0.102 221)CMYK
cmyk(90%, 18%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7892
2#0D6B82
3#0B5D72
4#0A5061
5#084351
6#063541
7#052831
8#031B20
9#020D10
Tints
Lighter variations
1#139EC1
2#16B7DF
3#2CC4EA
4#4ACCED
5#68D5F0
6#86DDF3
7#A5E6F6
8#C3EEF9
9#E1F7FC
Tones
Muted variations
1#17819B
2#1F7C94
3#26788C
4#2D7485
5#356F7E
6#3C6B77
7#43666F
8#4B6268
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E1 #94E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD2 #5DD2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC5 #2EC5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A7 #14A7CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1085 #1085A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DFF6FC;
--teal-200: #C3EEF9;
--teal-300: #94E1F4;
--teal-400: #5DD2EF;
--teal-500: #2EC5EA;
--teal-600: #14A7CC;
--teal-700: #1085A2;
--teal-800: #0B5F74;
--teal-900: #073D4A;
--teal-950: #05262E;
}