Teal
#1083A2
CyanColor Codes
All color formats for development
HEX
#1083A2RGB
rgb(16, 131, 162)HSL
hsl(193, 82%, 35%)OKLCH
oklch(0.567 0.102 222.9)CMYK
cmyk(90%, 19%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7692
2#0D6982
3#0B5C72
4#0A4E61
5#084151
6#063441
7#052731
8#031A20
9#020D10
Tints
Lighter variations
1#139BC1
2#16B3DF
3#2CC1EA
4#4ACAED
5#68D3F0
6#86DCF3
7#A5E4F6
8#C3EDF9
9#E1F6FC
Tones
Muted variations
1#177F9B
2#1F7A94
3#26768C
4#2D7285
5#356E7E
6#3C6A77
7#43666F
8#4B6268
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC2 #2EC2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A4 #14A4CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1083 #1083A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5D #0B5D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DFF5FC;
--teal-200: #C3EDF9;
--teal-300: #94E0F4;
--teal-400: #5DCFEF;
--teal-500: #2EC2EA;
--teal-600: #14A4CC;
--teal-700: #1083A2;
--teal-800: #0B5D74;
--teal-900: #073C4A;
--teal-950: #05252E;
}