Teal
#116DA2
BlueColor Codes
All color formats for development
HEX
#116DA2RGB
rgb(17, 109, 162)HSL
hsl(202, 81%, 35%)OKLCH
oklch(0.512 0.115 241.6)CMYK
cmyk(90%, 33%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6291
2#0E5781
3#0C4C71
4#0A4161
5#083651
6#072B41
7#052130
8#031620
9#020B10
Tints
Lighter variations
1#1481C0
2#1795DE
3#2DA4E9
4#4BB1EC
5#69BEEF
6#87CBF2
7#A5D8F6
8#C3E5F9
9#E1F2FC
Tones
Muted variations
1#186B9A
2#1F6993
3#27678C
4#2E6585
5#35637D
6#3C6176
7#445F6F
8#4B5D68
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB9 #5DB9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA5 #2FA5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1588 #1588CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116D #116DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4E #0C4E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #08324A | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DFF1FC;
--teal-200: #C3E5F9;
--teal-300: #95D1F4;
--teal-400: #5DB9EE;
--teal-500: #2FA5E9;
--teal-600: #1588CB;
--teal-700: #116DA2;
--teal-800: #0C4E73;
--teal-900: #08324A;
--teal-950: #051F2E;
}