Steel Blue
#474B9A
BlueColor Codes
All color formats for development
HEX
#474B9ARGB
rgb(71, 75, 154)HSL
hsl(237, 37%, 44%)OKLCH
oklch(0.452 0.126 277.9)CMYK
cmyk(54%, 51%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40438A
2#393C7B
3#31346C
4#2A2D5C
5#23254D
6#1C1E3D
7#15162E
8#0E0F1F
9#07070F
Tints
Lighter variations
1#5054AD
2#6267B7
3#767AC0
4#8A8DC9
5#9DA0D2
6#B1B3DB
7#C4C6E4
8#D8D9ED
9#EBECF6
Tones
Muted variations
1#4B4F96
2#4F5291
3#53568D
4#575A89
5#5B5E85
6#606181
7#64657D
8#686979
9#6C6C74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1DA | BordersInactive statesPlaceholder text |
| 400 | 8588 #8588C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6266 #6266B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474B #474B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383C #383C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F4;
--steel-blue-200: #D2D3EA;
--steel-blue-300: #AFB1DA;
--steel-blue-400: #8588C7;
--steel-blue-500: #6266B7;
--steel-blue-600: #474B9A;
--steel-blue-700: #383C7A;
--steel-blue-800: #282B57;
--steel-blue-900: #1A1B38;
--steel-blue-950: #101123;
}