Teal
#1079A2
BlueColor Codes
All color formats for development
HEX
#1079A2RGB
rgb(16, 121, 162)HSL
hsl(197, 82%, 35%)OKLCH
oklch(0.542 0.106 231.9)CMYK
cmyk(90%, 25%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6D92
2#0D6182
3#0B5572
4#0A4961
5#083C51
6#063041
7#052431
8#031820
9#020C10
Tints
Lighter variations
1#138FC1
2#16A6DF
3#2CB4EA
4#4ABFED
5#68CAF0
6#86D4F3
7#A5DFF6
8#C3EAF9
9#E1F4FC
Tones
Muted variations
1#17769B
2#1F7394
3#266F8C
4#2D6C85
5#35697E
6#3C6677
7#43636F
8#4B6068
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 | C3EA #C3EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D9 #94D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB5 #2EB5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1498 #1498CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1079 #1079A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B56 #0B5674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374A | 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: #DFF3FC;
--teal-200: #C3EAF9;
--teal-300: #94D9F4;
--teal-400: #5DC5EF;
--teal-500: #2EB5EA;
--teal-600: #1498CC;
--teal-700: #1079A2;
--teal-800: #0B5674;
--teal-900: #07374A;
--teal-950: #05232E;
}