Steel Blue
#3E61A3
BlueColor Codes
All color formats for development
HEX
#3E61A3RGB
rgb(62, 97, 163)HSL
hsl(219, 45%, 44%)OKLCH
oklch(0.499 0.113 262)CMYK
cmyk(62%, 40%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#385792
2#314E82
3#2B4472
4#253A62
5#1F3151
6#192741
7#131D31
8#0C1321
9#060A10
Tints
Lighter variations
1#466DB7
2#597DC0
3#6E8EC8
4#839ED0
5#97AED8
6#ACBEE0
7#C1CEE7
8#D6DFEF
9#EAEFF7
Tones
Muted variations
1#43639E
2#486499
3#4D6694
4#52678E
5#576989
6#5C6A84
7#616C7F
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 #CFD9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABC #AABCDF | BordersInactive statesPlaceholder text |
| 400 | 7E9A #7E9ACE | Disabled statesSecondary iconsMuted text |
| 500 | 597D #597DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E61 #3E61A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 314D #314D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2337 #23375C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1623 #16233B | 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: #CFD9ED;
--steel-blue-300: #AABCDF;
--steel-blue-400: #7E9ACE;
--steel-blue-500: #597DC0;
--steel-blue-600: #3E61A3;
--steel-blue-700: #314D81;
--steel-blue-800: #23375C;
--steel-blue-900: #16233B;
--steel-blue-950: #0E1625;
}