Steel Blue
#3E7AA3
BlueColor Codes
All color formats for development
HEX
#3E7AA3RGB
rgb(62, 122, 163)HSL
hsl(204, 45%, 44%)OKLCH
oklch(0.557 0.089 240.8)CMYK
cmyk(62%, 25%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#386E92
2#316282
3#2B5672
4#254962
5#1F3D51
6#193141
7#132531
8#0C1821
9#060C10
Tints
Lighter variations
1#468AB7
2#5997C0
3#6EA4C8
4#83B1D0
5#97BED8
6#ACCBE0
7#C1D8E7
8#D6E5EF
9#EAF2F7
Tones
Muted variations
1#43799E
2#487899
3#4D7794
4#52768E
5#577589
6#5C7484
7#61737F
8#66727A
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACA #AACADF | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECE | Disabled statesSecondary iconsMuted text |
| 500 | 5997 #5997C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7A #3E7AA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3161 #316181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2345 #23455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE1ED;
--steel-blue-300: #AACADF;
--steel-blue-400: #7EAECE;
--steel-blue-500: #5997C0;
--steel-blue-600: #3E7AA3;
--steel-blue-700: #316181;
--steel-blue-800: #23455C;
--steel-blue-900: #162C3B;
--steel-blue-950: #0E1C25;
}