Teal
#1171A2
BlueColor Codes
All color formats for development
HEX
#1171A2RGB
rgb(17, 113, 162)HSL
hsl(200, 81%, 35%)OKLCH
oklch(0.522 0.111 238.6)CMYK
cmyk(90%, 30%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6691
2#0E5B81
3#0C4F71
4#0A4461
5#083951
6#072D41
7#052230
8#031720
9#020B10
Tints
Lighter variations
1#1486C0
2#179BDE
3#2DAAE9
4#4BB6EC
5#69C3EF
6#87CFF2
7#A5DBF6
8#C3E7F9
9#E1F3FC
Tones
Muted variations
1#186F9A
2#1F6D93
3#276A8C
4#2E6885
5#35657D
6#3C6376
7#44606F
8#4B5E68
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBE #5DBEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAB #2FABE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158E #158ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1171 #1171A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C51 #0C5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #08344A | 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: #DFF2FC;
--teal-200: #C3E7F9;
--teal-300: #95D4F4;
--teal-400: #5DBEEE;
--teal-500: #2FABE9;
--teal-600: #158ECB;
--teal-700: #1171A2;
--teal-800: #0C5173;
--teal-900: #08344A;
--teal-950: #05202E;
}