Steel Blue
#3F6BA2
BlueColor Codes
All color formats for development
HEX
#3F6BA2RGB
rgb(63, 107, 162)HSL
hsl(213, 44%, 44%)OKLCH
oklch(0.522 0.1 254.8)CMYK
cmyk(61%, 34%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#396191
2#325681
3#2C4B71
4#264061
5#1F3651
6#192B41
7#132030
8#0D1520
9#060B10
Tints
Lighter variations
1#4779B6
2#5A88BF
3#6F97C7
4#84A6CF
5#98B4D7
6#ADC3DF
7#C1D2E7
8#D6E1EF
9#EAF0F7
Tones
Muted variations
1#446C9D
2#496C98
3#4E6D93
4#536D8E
5#586E89
6#5C6E84
7#616F7F
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 | ABC2 #ABC2DE | BordersInactive statesPlaceholder text |
| 400 | 7EA2 #7EA2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A87 #5A87BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6B #3F6BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3255 #325581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243D #243D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1727 #17273B | 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: #ABC2DE;
--steel-blue-400: #7EA2CD;
--steel-blue-500: #5A87BF;
--steel-blue-600: #3F6BA2;
--steel-blue-700: #325581;
--steel-blue-800: #243D5C;
--steel-blue-900: #17273B;
--steel-blue-950: #0E1825;
}