Steel Blue
#3F6FA2
BlueColor Codes
All color formats for development
HEX
#3F6FA2RGB
rgb(63, 111, 162)HSL
hsl(211, 44%, 44%)OKLCH
oklch(0.531 0.096 251.4)CMYK
cmyk(61%, 31%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#396391
2#325881
3#2C4D71
4#264261
5#1F3751
6#192C41
7#132130
8#0D1620
9#060B10
Tints
Lighter variations
1#477DB6
2#5A8BBF
3#6F9AC7
4#84A8CF
5#98B7D7
6#ADC5DF
7#C1D4E7
8#D6E2EF
9#EAF1F7
Tones
Muted variations
1#446F9D
2#496F98
3#4E6F93
4#536F8E
5#586F89
6#5C7084
7#61707F
8#66707A
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7EA4 #7EA4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8B #5A8BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6F #3F6FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3258 #325881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243F #243F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5EDF5;
--steel-blue-200: #CFDDEC;
--steel-blue-300: #ABC3DE;
--steel-blue-400: #7EA4CD;
--steel-blue-500: #5A8BBF;
--steel-blue-600: #3F6FA2;
--steel-blue-700: #325881;
--steel-blue-800: #243F5C;
--steel-blue-900: #17283B;
--steel-blue-950: #0E1925;
}