Steel Blue
#3176AF
BlueColor Codes
All color formats for development
HEX
#3176AFRGB
rgb(49, 118, 175)HSL
hsl(207, 56%, 44%)OKLCH
oklch(0.549 0.113 246.8)CMYK
cmyk(72%, 33%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6B9E
2#275F8C
3#23537B
4#1E4769
5#193B58
6#142F46
7#0F2435
8#0A1823
9#050C12
Tints
Lighter variations
1#3886C5
2#4D93CD
3#63A1D3
4#79AED9
5#90BCE0
6#A6C9E6
7#BCD7EC
8#D2E4F2
9#E9F2F9
Tones
Muted variations
1#3876A9
2#3E75A2
3#44759C
4#4B7496
5#517390
6#577389
7#5D7283
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 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C8 #A4C8E5 | BordersInactive statesPlaceholder text |
| 400 | 74AB #74ABD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C93 #4C93CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3176 #3176AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275E #275E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C43 #1C4363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122B #122B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | 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: #CBE0F0;
--steel-blue-300: #A4C8E5;
--steel-blue-400: #74ABD8;
--steel-blue-500: #4C93CD;
--steel-blue-600: #3176AF;
--steel-blue-700: #275E8B;
--steel-blue-800: #1C4363;
--steel-blue-900: #122B40;
--steel-blue-950: #0B1B28;
}