Teal
#107BA2
BlueColor Codes
All color formats for development
HEX
#107BA2RGB
rgb(16, 123, 162)HSL
hsl(196, 82%, 35%)OKLCH
oklch(0.547 0.105 230.2)CMYK
cmyk(90%, 24%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6F92
2#0D6382
3#0B5672
4#0A4A61
5#083E51
6#063141
7#052531
8#031920
9#020C10
Tints
Lighter variations
1#1392C1
2#16A9DF
3#2CB7EA
4#4AC2ED
5#68CCF0
6#86D6F3
7#A5E0F6
8#C3EBF9
9#E1F5FC
Tones
Muted variations
1#17789B
2#1F7594
3#26718C
4#2D6E85
5#356A7E
6#3C6777
7#43636F
8#4B6068
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DB #94DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC8 #5DC8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB8 #2EB8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 149B #149BCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 107B #107BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0738 #07384A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF4FC;
--teal-200: #C3EBF9;
--teal-300: #94DBF4;
--teal-400: #5DC8EF;
--teal-500: #2EB8EA;
--teal-600: #149BCC;
--teal-700: #107BA2;
--teal-800: #0B5874;
--teal-900: #07384A;
--teal-950: #05232E;
}