Steel Blue
#3F6AA2
BlueColor Codes
All color formats for development
HEX
#3F6AA2RGB
rgb(63, 106, 162)HSL
hsl(214, 44%, 44%)OKLCH
oklch(0.519 0.101 255.6)CMYK
cmyk(61%, 35%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395F91
2#325481
3#2C4A71
4#263F61
5#1F3551
6#192A41
7#132030
8#0D1520
9#060B10
Tints
Lighter variations
1#4777B6
2#5A86BF
3#6F95C7
4#84A4CF
5#98B3D7
6#ADC3DF
7#C1D2E7
8#D6E1EF
9#EAF0F7
Tones
Muted variations
1#446A9D
2#496B98
3#4E6C93
4#536C8E
5#586D89
6#5C6E84
7#616E7F
8#666F7A
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7EA1 #7EA1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A86 #5A86BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6A #3F6AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3254 #325481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #CFDCEC;
--steel-blue-300: #ABC1DE;
--steel-blue-400: #7EA1CD;
--steel-blue-500: #5A86BF;
--steel-blue-600: #3F6AA2;
--steel-blue-700: #325481;
--steel-blue-800: #243C5C;
--steel-blue-900: #17263B;
--steel-blue-950: #0E1825;
}