Steel Blue
#475B9A
BlueColor Codes
All color formats for development
HEX
#475B9ARGB
rgb(71, 91, 154)HSL
hsl(226, 37%, 44%)OKLCH
oklch(0.485 0.104 269)CMYK
cmyk(54%, 41%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40518A
2#39487B
3#313F6C
4#2A365C
5#232D4D
6#1C243D
7#151B2E
8#0E121F
9#07090F
Tints
Lighter variations
1#5066AD
2#6276B7
3#7687C0
4#8A98C9
5#9DAAD2
6#B1BBDB
7#C4CCE4
8#D8DDED
9#EBEEF6
Tones
Muted variations
1#4B5C96
2#4F5E91
3#53618D
4#576389
5#5B6585
6#606781
7#646A7D
8#686C79
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 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8594 #8594C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6276 #6276B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475A #475A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3848 #38487A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2833 #283357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | 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: #D2D7EA;
--steel-blue-300: #AFB9DA;
--steel-blue-400: #8594C7;
--steel-blue-500: #6276B7;
--steel-blue-600: #475A9A;
--steel-blue-700: #38487A;
--steel-blue-800: #283357;
--steel-blue-900: #1A2138;
--steel-blue-950: #101423;
}