Steel Blue
#3E72A3
BlueColor Codes
All color formats for development
HEX
#3E72A3RGB
rgb(62, 114, 163)HSL
hsl(209, 45%, 44%)OKLCH
oklch(0.538 0.095 248.7)CMYK
cmyk(62%, 30%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#386692
2#315B82
3#2B5072
4#254462
5#1F3951
6#192E41
7#132231
8#0C1721
9#060B10
Tints
Lighter variations
1#4680B7
2#598EC0
3#6E9DC8
4#83ABD0
5#97B9D8
6#ACC7E0
7#C1D5E7
8#D6E3EF
9#EAF1F7
Tones
Muted variations
1#43729E
2#487299
3#4D7194
4#52718E
5#577189
6#5C7184
7#61717F
8#66717A
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDE #CFDEED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC5 #AAC5DF | BordersInactive statesPlaceholder text |
| 400 | 7EA7 #7EA7CE | Disabled statesSecondary iconsMuted text |
| 500 | 598E #598EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E72 #3E72A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315B #315B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2341 #23415C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1629 #16293B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5EDF5;
--steel-blue-200: #CFDEED;
--steel-blue-300: #AAC5DF;
--steel-blue-400: #7EA7CE;
--steel-blue-500: #598EC0;
--steel-blue-600: #3E72A3;
--steel-blue-700: #315B81;
--steel-blue-800: #23415C;
--steel-blue-900: #16293B;
--steel-blue-950: #0E1A25;
}