Steel Blue
#3470AD
BlueColor Codes
All color formats for development
HEX
#3470ADRGB
rgb(52, 112, 173)HSL
hsl(210, 54%, 44%)OKLCH
oklch(0.535 0.115 251.1)CMYK
cmyk(70%, 35%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E659C
2#295A8A
3#244F79
4#1F4368
5#1A3856
6#152D45
7#0F2234
8#0A1623
9#050B11
Tints
Lighter variations
1#3A7EC3
2#4F8DCA
3#659BD1
4#7BA9D8
5#91B8DE
6#A7C6E5
7#BDD4EB
8#D3E2F2
9#E9F1F8
Tones
Muted variations
1#3A70A7
2#4070A1
3#46709B
4#4C7095
5#52708E
6#587088
7#5E7082
8#64707C
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C4 #A5C4E4 | BordersInactive statesPlaceholder text |
| 400 | 76A6 #76A6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8C #4E8CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3470 #3470AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2959 #295989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1329 #13293F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EDF7;
--steel-blue-200: #CCDEF0;
--steel-blue-300: #A5C4E4;
--steel-blue-400: #76A6D6;
--steel-blue-500: #4E8CCA;
--steel-blue-600: #3470AD;
--steel-blue-700: #295989;
--steel-blue-800: #1D4062;
--steel-blue-900: #13293F;
--steel-blue-950: #0C1A27;
}