Steel Blue
#3F6DA2
BlueColor Codes
All color formats for development
HEX
#3F6DA2RGB
rgb(63, 109, 162)HSL
hsl(212, 44%, 44%)OKLCH
oklch(0.526 0.098 253.1)CMYK
cmyk(61%, 33%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#396291
2#325781
3#2C4C71
4#264161
5#1F3651
6#192C41
7#132130
8#0D1620
9#060B10
Tints
Lighter variations
1#477BB6
2#5A89BF
3#6F98C7
4#84A7CF
5#98B6D7
6#ADC4DF
7#C1D3E7
8#D6E2EF
9#EAF0F7
Tones
Muted variations
1#446D9D
2#496E98
3#4E6E93
4#536E8E
5#586F89
6#5C6F84
7#616F7F
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 | 7EA3 #7EA3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A89 #5A89BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6D #3F6DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3257 #325781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243E #243E5C | 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: #7EA3CD;
--steel-blue-500: #5A89BF;
--steel-blue-600: #3F6DA2;
--steel-blue-700: #325781;
--steel-blue-800: #243E5C;
--steel-blue-900: #17283B;
--steel-blue-950: #0E1925;
}