Steel Blue
#3D5CA4
BlueColor Codes
All color formats for development
HEX
#3D5CA4RGB
rgb(61, 92, 164)HSL
hsl(222, 46%, 44%)OKLCH
oklch(0.488 0.121 264.8)CMYK
cmyk(63%, 44%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#375293
2#304983
3#2A4073
4#243762
5#1E2E52
6#182542
7#121B31
8#0C1221
9#060910
Tints
Lighter variations
1#4467B9
2#5878C1
3#6D89C9
4#829AD1
5#97AAD8
6#ACBBE0
7#C0CCE8
8#D5DDF0
9#EAEEF7
Tones
Muted variations
1#425E9F
2#476099
3#4C6294
4#51648F
5#56668A
6#5C6885
7#616A80
8#666C7B
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BA #A9BADF | BordersInactive statesPlaceholder text |
| 400 | 7D95 #7D95CF | Disabled statesSecondary iconsMuted text |
| 500 | 5777 #5777C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5C #3D5CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3049 #304982 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2234 #22345D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #CFD8ED;
--steel-blue-300: #A9BADF;
--steel-blue-400: #7D95CF;
--steel-blue-500: #5777C1;
--steel-blue-600: #3D5CA4;
--steel-blue-700: #304982;
--steel-blue-800: #22345D;
--steel-blue-900: #16213C;
--steel-blue-950: #0E1525;
}