Steel Blue
#476F9A
BlueColor Codes
All color formats for development
HEX
#476F9ARGB
rgb(71, 111, 154)HSL
hsl(211, 37%, 44%)OKLCH
oklch(0.531 0.082 251.2)CMYK
cmyk(54%, 28%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40648A
2#39597B
3#314E6C
4#2A425C
5#23374D
6#1C2C3D
7#15212E
8#0E161F
9#070B0F
Tints
Lighter variations
1#507DAD
2#628BB7
3#769AC0
4#8AA8C9
5#9DB7D2
6#B1C5DB
7#C4D4E4
8#D8E2ED
9#EBF1F6
Tones
Muted variations
1#4B6F96
2#4F6F91
3#536F8D
4#576F89
5#5B7085
6#607081
7#64707D
8#687079
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A5 #85A5C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628B #628BB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476F #476F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3858 #38587A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283F #283F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2838 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EDF4;
--steel-blue-200: #D2DDEA;
--steel-blue-300: #AFC4DA;
--steel-blue-400: #85A5C7;
--steel-blue-500: #628BB7;
--steel-blue-600: #476F9A;
--steel-blue-700: #38587A;
--steel-blue-800: #283F57;
--steel-blue-900: #1A2838;
--steel-blue-950: #101923;
}