Teal
#1074A2
BlueColor Codes
All color formats for development
HEX
#1074A2RGB
rgb(16, 116, 162)HSL
hsl(199, 82%, 35%)OKLCH
oklch(0.529 0.109 236.1)CMYK
cmyk(90%, 28%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6892
2#0D5D82
3#0B5172
4#0A4661
5#083A51
6#062E41
7#052331
8#031720
9#020C10
Tints
Lighter variations
1#138AC1
2#169FDF
3#2CAEEA
4#4AB9ED
5#68C5F0
6#86D1F3
7#A5DCF6
8#C3E8F9
9#E1F3FC
Tones
Muted variations
1#17719B
2#1F6F94
3#266C8C
4#2D6985
5#35677E
6#3C6477
7#43616F
8#4B5F68
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC1 #5DC1EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EAF #2EAFEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1492 #1492CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1074 #1074A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5374 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF3FC;
--teal-200: #C3E8F9;
--teal-300: #94D6F4;
--teal-400: #5DC1EF;
--teal-500: #2EAFEA;
--teal-600: #1492CC;
--teal-700: #1074A2;
--teal-800: #0B5374;
--teal-900: #07354A;
--teal-950: #05212E;
}