Steel Blue
#416D9F
BlueColor Codes
All color formats for development
HEX
#416D9FRGB
rgb(65, 109, 159)HSL
hsl(212, 42%, 44%)OKLCH
oklch(0.526 0.093 252.7)CMYK
cmyk(59%, 31%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B628F
2#34577F
3#2E4C70
4#274160
5#213750
6#1A2C40
7#142130
8#0D1620
9#070B10
Tints
Lighter variations
1#497BB4
2#5D8ABD
3#7198C5
4#85A7CD
5#9AB6D6
6#AEC4DE
7#C2D3E6
8#D6E2EE
9#EBF0F7
Tones
Muted variations
1#466D9B
2#4B6E96
3#4F6E91
4#546E8C
5#596F88
6#5D6F83
7#626F7E
8#67707A
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC3 #ACC3DD | BordersInactive statesPlaceholder text |
| 400 | 80A3 #80A3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C89 #5C89BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416D #416D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3457 #34577F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253E #253E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E6EDF5;
--steel-blue-200: #D0DDEC;
--steel-blue-300: #ACC3DD;
--steel-blue-400: #80A3CB;
--steel-blue-500: #5C89BC;
--steel-blue-600: #416D9F;
--steel-blue-700: #34577F;
--steel-blue-800: #253E5B;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}