Teal
#116FA2
BlueColor Codes
All color formats for development
HEX
#116FA2RGB
rgb(17, 111, 162)HSL
hsl(201, 81%, 35%)OKLCH
oklch(0.517 0.113 240.1)CMYK
cmyk(90%, 31%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6491
2#0E5981
3#0C4E71
4#0A4361
5#083751
6#072C41
7#052130
8#031620
9#020B10
Tints
Lighter variations
1#1484C0
2#1798DE
3#2DA7E9
4#4BB4EC
5#69C0EF
6#87CDF2
7#A5D9F6
8#C3E6F9
9#E1F2FC
Tones
Muted variations
1#186D9A
2#1F6B93
3#27688C
4#2E6685
5#35647D
6#3C6276
7#44606F
8#4B5E68
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 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D3 #95D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBB #5DBBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA8 #2FA8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158B #158BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116F #116FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4F #0C4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #08334A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DFF1FC;
--teal-200: #C3E6F9;
--teal-300: #95D3F4;
--teal-400: #5DBBEE;
--teal-500: #2FA8E9;
--teal-600: #158BCB;
--teal-700: #116FA2;
--teal-800: #0C4F73;
--teal-900: #08334A;
--teal-950: #05202E;
}