Steel Blue
#475E9A
BlueColor Codes
All color formats for development
HEX
#475E9ARGB
rgb(71, 94, 154)HSL
hsl(223, 37%, 44%)OKLCH
oklch(0.492 0.1 266.9)CMYK
cmyk(54%, 39%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40558A
2#394B7B
3#31426C
4#2A395C
5#232F4D
6#1C263D
7#151C2E
8#0E131F
9#07090F
Tints
Lighter variations
1#506AAD
2#627AB7
3#768BC0
4#8A9CC9
5#9DACD2
6#B1BDDB
7#C4CDE4
8#D8DEED
9#EBEEF6
Tones
Muted variations
1#4B6096
2#4F6291
3#53648D
4#576589
5#5B6785
6#606981
7#646B7D
8#686D79
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBB #AFBBDA | BordersInactive statesPlaceholder text |
| 400 | 8597 #8597C7 | Disabled statesSecondary iconsMuted text |
| 500 | 627A #627AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475E #475E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384B #384B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2836 #283657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2238 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF4;
--steel-blue-200: #D2D9EA;
--steel-blue-300: #AFBBDA;
--steel-blue-400: #8597C7;
--steel-blue-500: #627AB7;
--steel-blue-600: #475E9A;
--steel-blue-700: #384B7A;
--steel-blue-800: #283657;
--steel-blue-900: #1A2238;
--steel-blue-950: #101523;
}