Steel Blue
#3174AF
BlueColor Codes
All color formats for development
HEX
#3174AFRGB
rgb(49, 116, 175)HSL
hsl(208, 56%, 44%)OKLCH
oklch(0.544 0.115 248.2)CMYK
cmyk(72%, 34%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C699E
2#275D8C
3#23517B
4#1E4669
5#193A58
6#142F46
7#0F2335
8#0A1723
9#050C12
Tints
Lighter variations
1#3883C5
2#4D91CD
3#639FD3
4#79ADD9
5#90BAE0
6#A6C8E6
7#BCD6EC
8#D2E4F2
9#E9F1F9
Tones
Muted variations
1#3874A9
2#3E74A2
3#44739C
4#4B7396
5#517290
6#577289
7#5D7183
8#64717D
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDF #CBDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C7 #A4C7E5 | BordersInactive statesPlaceholder text |
| 400 | 74A9 #74A9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C91 #4C91CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3174 #3174AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275D #275D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C42 #1C4263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF7;
--steel-blue-200: #CBDFF0;
--steel-blue-300: #A4C7E5;
--steel-blue-400: #74A9D8;
--steel-blue-500: #4C91CD;
--steel-blue-600: #3174AF;
--steel-blue-700: #275D8B;
--steel-blue-800: #1C4263;
--steel-blue-900: #122A40;
--steel-blue-950: #0B1A28;
}