Steel Blue
#3472AD
BlueColor Codes
All color formats for development
HEX
#3472ADRGB
rgb(52, 114, 173)HSL
hsl(209, 54%, 44%)OKLCH
oklch(0.539 0.113 249.7)CMYK
cmyk(70%, 34%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E679C
2#295B8A
3#245079
4#1F4568
5#1A3956
6#152E45
7#0F2234
8#0A1723
9#050B11
Tints
Lighter variations
1#3A81C3
2#4F8FCA
3#659DD1
4#7BABD8
5#91B9DE
6#A7C7E5
7#BDD5EB
8#D3E3F2
9#E9F1F8
Tones
Muted variations
1#3A72A7
2#4072A1
3#46729B
4#4C7195
5#52718E
6#587188
7#5E7182
8#64717C
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 | A5C5 #A5C5E4 | BordersInactive statesPlaceholder text |
| 400 | 76A7 #76A7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8E #4E8ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3472 #3472AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 295B #295B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D41 #1D4162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3F | 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: #A5C5E4;
--steel-blue-400: #76A7D6;
--steel-blue-500: #4E8ECA;
--steel-blue-600: #3472AD;
--steel-blue-700: #295B89;
--steel-blue-800: #1D4162;
--steel-blue-900: #132A3F;
--steel-blue-950: #0C1A27;
}