Steel Blue
#3E7EA3
BlueColor Codes
All color formats for development
HEX
#3E7EA3RGB
rgb(62, 126, 163)HSL
hsl(202, 45%, 44%)OKLCH
oklch(0.567 0.087 236.5)CMYK
cmyk(62%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387192
2#316582
3#2B5872
4#254B62
5#1F3F51
6#193241
7#132631
8#0C1921
9#060D10
Tints
Lighter variations
1#468EB7
2#599AC0
3#6EA7C8
4#83B4D0
5#97C0D8
6#ACCDE0
7#C1D9E7
8#D6E6EF
9#EAF2F7
Tones
Muted variations
1#437C9E
2#487B99
3#4D7A94
4#52788E
5#577789
6#5C7684
7#61747F
8#66737A
9#6B7275
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 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACB #AACBDF | BordersInactive statesPlaceholder text |
| 400 | 7EB0 #7EB0CE | Disabled statesSecondary iconsMuted text |
| 500 | 599A #599AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7E #3E7EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3164 #316481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2347 #23475C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | 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: #CFE2ED;
--steel-blue-300: #AACBDF;
--steel-blue-400: #7EB0CE;
--steel-blue-500: #599AC0;
--steel-blue-600: #3E7EA3;
--steel-blue-700: #316481;
--steel-blue-800: #23475C;
--steel-blue-900: #162E3B;
--steel-blue-950: #0E1D25;
}