Steel Blue
#474C9A
BlueColor Codes
All color formats for development
HEX
#474C9ARGB
rgb(71, 76, 154)HSL
hsl(236, 37%, 44%)OKLCH
oklch(0.454 0.125 277.4)CMYK
cmyk(54%, 51%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40458A
2#393D7B
3#31356C
4#2A2E5C
5#23264D
6#1C1E3D
7#15172E
8#0E0F1F
9#07080F
Tints
Lighter variations
1#5056AD
2#6268B7
3#767BC0
4#8A8EC9
5#9DA1D2
6#B1B4DB
7#C4C6E4
8#D8D9ED
9#EBECF6
Tones
Muted variations
1#4B5096
2#4F5391
3#53578D
4#575B89
5#5B5E85
6#606281
7#64657D
8#686979
9#6C6D74
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 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 8589 #8589C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6267 #6267B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474C #474C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383D #383D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | 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: #AFB2DA;
--steel-blue-400: #8589C7;
--steel-blue-500: #6267B7;
--steel-blue-600: #474C9A;
--steel-blue-700: #383D7A;
--steel-blue-800: #282B57;
--steel-blue-900: #1A1C38;
--steel-blue-950: #101123;
}