Steel Blue
#474E9A
BlueColor Codes
All color formats for development
HEX
#474E9ARGB
rgb(71, 78, 154)HSL
hsl(235, 37%, 44%)OKLCH
oklch(0.458 0.122 276.5)CMYK
cmyk(54%, 49%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40468A
2#393E7B
3#31366C
4#2A2F5C
5#23274D
6#1C1F3D
7#15172E
8#0E101F
9#07080F
Tints
Lighter variations
1#5057AD
2#626AB7
3#767CC0
4#8A8FC9
5#9DA2D2
6#B1B4DB
7#C4C7E4
8#D8DAED
9#EBECF6
Tones
Muted variations
1#4B5196
2#4F5591
3#53588D
4#575B89
5#5B5F85
6#606281
7#64667D
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 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 858A #858AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6269 #6269B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474E #474E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383E #383E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282C #282C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F4;
--steel-blue-200: #D2D4EA;
--steel-blue-300: #AFB2DA;
--steel-blue-400: #858AC7;
--steel-blue-500: #6269B7;
--steel-blue-600: #474E9A;
--steel-blue-700: #383E7A;
--steel-blue-800: #282C57;
--steel-blue-900: #1A1C38;
--steel-blue-950: #101223;
}