Steel Blue
#3179AF
BlueColor Codes
All color formats for development
HEX
#3179AFRGB
rgb(49, 121, 175)HSL
hsl(206, 56%, 44%)OKLCH
oklch(0.556 0.11 244.5)CMYK
cmyk(72%, 31%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6D9E
2#27608C
3#23547B
4#1E4869
5#193C58
6#143046
7#0F2435
8#0A1823
9#050C12
Tints
Lighter variations
1#3888C5
2#4D95CD
3#63A3D3
4#79B0D9
5#90BDE0
6#A6CAE6
7#BCD7EC
8#D2E5F2
9#E9F2F9
Tones
Muted variations
1#3878A9
2#3E77A2
3#44769C
4#4B7596
5#517490
6#577489
7#5D7383
8#64727D
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 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 74AC #74ACD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C95 #4C95CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3179 #3179AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2760 #27608B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C45 #1C4563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C40 | 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: #A4C9E5;
--steel-blue-400: #74ACD8;
--steel-blue-500: #4C95CD;
--steel-blue-600: #3179AF;
--steel-blue-700: #27608B;
--steel-blue-800: #1C4563;
--steel-blue-900: #122C40;
--steel-blue-950: #0B1B28;
}