Steel Blue
#3D61A4
BlueColor Codes
All color formats for development
HEX
#3D61A4RGB
rgb(61, 97, 164)HSL
hsl(219, 46%, 44%)OKLCH
oklch(0.499 0.115 261.8)CMYK
cmyk(63%, 41%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#375793
2#304D83
3#2A4473
4#243A62
5#1E3052
6#182742
7#121D31
8#0C1321
9#060A10
Tints
Lighter variations
1#446DB9
2#587DC1
3#6D8DC9
4#829DD1
5#97AED8
6#ACBEE0
7#C0CEE8
8#D5DEF0
9#EAEFF7
Tones
Muted variations
1#42629F
2#476499
3#4C6594
4#51678F
5#56688A
6#5C6A85
7#616C80
8#666D7B
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BC #A9BCDF | BordersInactive statesPlaceholder text |
| 400 | 7D99 #7D99CF | Disabled statesSecondary iconsMuted text |
| 500 | 577C #577CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D61 #3D61A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304D #304D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2237 #22375D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1623 #16233C | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EBF5;
--steel-blue-200: #CFD9ED;
--steel-blue-300: #A9BCDF;
--steel-blue-400: #7D99CF;
--steel-blue-500: #577CC1;
--steel-blue-600: #3D61A4;
--steel-blue-700: #304D82;
--steel-blue-800: #22375D;
--steel-blue-900: #16233C;
--steel-blue-950: #0E1625;
}