Teal
#1179A2
BlueColor Codes
All color formats for development
HEX
#1179A2RGB
rgb(17, 121, 162)HSL
hsl(197, 81%, 35%)OKLCH
oklch(0.542 0.106 232)CMYK
cmyk(90%, 25%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6D91
2#0E6081
3#0C5471
4#0A4861
5#083C51
6#073041
7#052430
8#031820
9#020C10
Tints
Lighter variations
1#148FC0
2#17A5DE
3#2DB4E9
4#4BBEEC
5#69C9EF
6#87D4F2
7#A5DFF6
8#C3E9F9
9#E1F4FC
Tones
Muted variations
1#18759A
2#1F7293
3#276F8C
4#2E6C85
5#35697D
6#3C6676
7#44636F
8#4B6068
9#525C60
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 | 95D9 #95D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB5 #2FB5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1598 #1598CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1179 #1179A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C56 #0C5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #08374A | 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: #95D9F4;
--teal-400: #5DC5EE;
--teal-500: #2FB5E9;
--teal-600: #1598CB;
--teal-700: #1179A2;
--teal-800: #0C5673;
--teal-900: #08374A;
--teal-950: #05222E;
}