Steel Blue
#315BAF
BlueColor Codes
All color formats for development
HEX
#315BAFRGB
rgb(49, 91, 175)HSL
hsl(220, 56%, 44%)OKLCH
oklch(0.487 0.142 262.4)CMYK
cmyk(72%, 48%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C529E
2#27498C
3#23407B
4#1E3769
5#192E58
6#142546
7#0F1B35
8#0A1223
9#050912
Tints
Lighter variations
1#3867C5
2#4D77CD
3#6388D3
4#7999D9
5#90AAE0
6#A6BBE6
7#BCCCEC
8#D2DDF2
9#E9EEF9
Tones
Muted variations
1#385DA9
2#3E5FA2
3#44629C
4#4B6496
5#516690
6#576889
7#5D6A83
8#646C7D
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7495 #7495D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C77 #4C77CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315B #315BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2749 #27498B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C34 #1C3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #122140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF7;
--steel-blue-200: #CBD8F0;
--steel-blue-300: #A4B9E5;
--steel-blue-400: #7495D8;
--steel-blue-500: #4C77CD;
--steel-blue-600: #315BAF;
--steel-blue-700: #27498B;
--steel-blue-800: #1C3463;
--steel-blue-900: #122140;
--steel-blue-950: #0B1528;
}