Steel Blue
#3F60A2
BlueColor Codes
All color formats for development
HEX
#3F60A2RGB
rgb(63, 96, 162)HSL
hsl(220, 44%, 44%)OKLCH
oklch(0.497 0.113 262.9)CMYK
cmyk(61%, 41%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395691
2#324D81
3#2C4371
4#263961
5#1F3051
6#192641
7#131D30
8#0D1320
9#060A10
Tints
Lighter variations
1#476CB6
2#5A7CBF
3#6F8CC7
4#849DCF
5#98ADD7
6#ADBEDF
7#C1CEE7
8#D6DEEF
9#EAEFF7
Tones
Muted variations
1#44619D
2#496398
3#4E6593
4#53668E
5#586889
6#5C6A84
7#616B7F
8#666D7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBC #ABBCDE | BordersInactive statesPlaceholder text |
| 400 | 7E99 #7E99CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7B #5A7BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F60 #3F60A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324C #324C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2436 #24365C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233B | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EBF5;
--steel-blue-200: #CFD9EC;
--steel-blue-300: #ABBCDE;
--steel-blue-400: #7E99CD;
--steel-blue-500: #5A7BBF;
--steel-blue-600: #3F60A2;
--steel-blue-700: #324C81;
--steel-blue-800: #24365C;
--steel-blue-900: #17233B;
--steel-blue-950: #0E1625;
}