Steel Blue
#3157AF
BlueColor Codes
All color formats for development
HEX
#3157AFRGB
rgb(49, 87, 175)HSL
hsl(222, 56%, 44%)OKLCH
oklch(0.479 0.147 264.1)CMYK
cmyk(72%, 50%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4E9E
2#27468C
3#233D7B
4#1E3469
5#192C58
6#142346
7#0F1A35
8#0A1123
9#050912
Tints
Lighter variations
1#3862C5
2#4D73CD
3#6385D3
4#7996D9
5#90A8E0
6#A6B9E6
7#BCCBEC
8#D2DCF2
9#E9EEF9
Tones
Muted variations
1#385AA9
2#3E5CA2
3#445F9C
4#4B6196
5#516490
6#576689
7#5D6983
8#646B7D
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7492 #7492D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C73 #4C73CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3157 #3157AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2745 #27458B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C31 #1C3163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3E9F7;
--steel-blue-200: #CBD6F0;
--steel-blue-300: #A4B7E5;
--steel-blue-400: #7492D8;
--steel-blue-500: #4C73CD;
--steel-blue-600: #3157AF;
--steel-blue-700: #27458B;
--steel-blue-800: #1C3163;
--steel-blue-900: #122040;
--steel-blue-950: #0B1428;
}