Teal
#1176A2
BlueColor Codes
All color formats for development
HEX
#1176A2RGB
rgb(17, 118, 162)HSL
hsl(198, 81%, 35%)OKLCH
oklch(0.534 0.108 234.5)CMYK
cmyk(90%, 27%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6A91
2#0E5F81
3#0C5371
4#0A4761
5#083B51
6#072F41
7#052330
8#031820
9#020C10
Tints
Lighter variations
1#148CC0
2#17A2DE
3#2DB1E9
4#4BBCEC
5#69C7EF
6#87D2F2
7#A5DDF6
8#C3E9F9
9#E1F4FC
Tones
Muted variations
1#18739A
2#1F7093
3#276D8C
4#2E6B85
5#35687D
6#3C6576
7#44626F
8#4B5F68
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 | 95D7 #95D7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB1 #2FB1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1595 #1595CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1176 #1176A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C54 #0C5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #08364A | 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: #95D7F4;
--teal-400: #5DC3EE;
--teal-500: #2FB1E9;
--teal-600: #1595CB;
--teal-700: #1176A2;
--teal-800: #0C5473;
--teal-900: #08364A;
--teal-950: #05222E;
}