Steel Blue
#356EAC
BlueColor Codes
All color formats for development
HEX
#356EACRGB
rgb(53, 110, 172)HSL
hsl(211, 53%, 44%)OKLCH
oklch(0.53 0.115 252.5)CMYK
cmyk(69%, 36%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F639A
2#2A5889
3#254D78
4#204267
5#1A3756
6#152C45
7#102133
8#0B1622
9#050B11
Tints
Lighter variations
1#3B7CC2
2#508BC9
3#6699D0
4#7CA8D7
5#92B6DD
6#A8C5E4
7#BDD3EB
8#D3E2F2
9#E9F0F8
Tones
Muted variations
1#3B6EA6
2#416FA0
3#476F9A
4#4D6F94
5#526F8E
6#586F88
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 | CCDD #CCDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C3 #A5C3E3 | BordersInactive statesPlaceholder text |
| 400 | 76A4 #76A4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F8A #4F8AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356E #356EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A58 #2A5889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3F #1E3F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1328 #13283E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | 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: #CCDDEF;
--steel-blue-300: #A5C3E3;
--steel-blue-400: #76A4D5;
--steel-blue-500: #4F8AC9;
--steel-blue-600: #356EAC;
--steel-blue-700: #2A5889;
--steel-blue-800: #1E3F62;
--steel-blue-900: #13283E;
--steel-blue-950: #0C1927;
}