Teal
#1077A2
BlueColor Codes
All color formats for development
HEX
#1077A2RGB
rgb(16, 119, 162)HSL
hsl(198, 82%, 35%)OKLCH
oklch(0.537 0.108 233.6)CMYK
cmyk(90%, 27%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6B92
2#0D5F82
3#0B5372
4#0A4761
5#083B51
6#062F41
7#052431
8#031820
9#020C10
Tints
Lighter variations
1#138DC1
2#16A3DF
3#2CB1EA
4#4ABCED
5#68C7F0
6#86D2F3
7#A5DEF6
8#C3E9F9
9#E1F4FC
Tones
Muted variations
1#17749B
2#1F7194
3#266E8C
4#2D6B85
5#35687E
6#3C6577
7#43626F
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 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB2 #2EB2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1495 #1495CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1077 #1077A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF3FC;
--teal-200: #C3E9F9;
--teal-300: #94D8F4;
--teal-400: #5DC3EF;
--teal-500: #2EB2EA;
--teal-600: #1495CC;
--teal-700: #1077A2;
--teal-800: #0B5574;
--teal-900: #07364A;
--teal-950: #05222E;
}