Teal
#1174A2
BlueColor Codes
All color formats for development
HEX
#1174A2RGB
rgb(17, 116, 162)HSL
hsl(199, 81%, 35%)OKLCH
oklch(0.529 0.109 236.2)CMYK
cmyk(90%, 28%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6891
2#0E5D81
3#0C5171
4#0A4561
5#083A51
6#072E41
7#052330
8#031720
9#020C10
Tints
Lighter variations
1#1489C0
2#179FDE
3#2DADE9
4#4BB9EC
5#69C5EF
6#87D0F2
7#A5DCF6
8#C3E8F9
9#E1F3FC
Tones
Muted variations
1#18719A
2#1F6E93
3#276C8C
4#2E6985
5#35677D
6#3C6476
7#44616F
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 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC0 #5DC0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAE #2FAEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1592 #1592CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1174 #1174A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C53 #0C5373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #08354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF2FC;
--teal-200: #C3E8F9;
--teal-300: #95D6F4;
--teal-400: #5DC0EE;
--teal-500: #2FAEE9;
--teal-600: #1592CB;
--teal-700: #1174A2;
--teal-800: #0C5373;
--teal-900: #08354A;
--teal-950: #05212E;
}