Teal
#106DA2
BlueColor Codes
All color formats for development
HEX
#106DA2RGB
rgb(16, 109, 162)HSL
hsl(202, 82%, 35%)OKLCH
oklch(0.512 0.115 241.5)CMYK
cmyk(90%, 33%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6292
2#0D5782
3#0B4C72
4#0A4161
5#083651
6#062C41
7#052131
8#031620
9#020B10
Tints
Lighter variations
1#1381C1
2#1695DF
3#2CA4EA
4#4AB1ED
5#68BEF0
6#86CBF3
7#A5D8F6
8#C3E5F9
9#E1F2FC
Tones
Muted variations
1#176B9B
2#1F6994
3#26678C
4#2D6585
5#35637E
6#3C6177
7#435F6F
8#4B5D68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D1 #94D1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB9 #5DB9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA5 #2EA5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1489 #1489CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106D #106DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4E #0B4E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0732 #07324A | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DFF1FC;
--teal-200: #C3E5F9;
--teal-300: #94D1F4;
--teal-400: #5DB9EF;
--teal-500: #2EA5EA;
--teal-600: #1489CC;
--teal-700: #106DA2;
--teal-800: #0B4E74;
--teal-900: #07324A;
--teal-950: #051F2E;
}