Steel Blue
#416F9F
BlueColor Codes
All color formats for development
HEX
#416F9FRGB
rgb(65, 111, 159)HSL
hsl(211, 42%, 44%)OKLCH
oklch(0.53 0.091 250.8)CMYK
cmyk(59%, 30%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B648F
2#34597F
3#2E4D70
4#274260
5#213750
6#1A2C40
7#142130
8#0D1620
9#070B10
Tints
Lighter variations
1#497DB4
2#5D8BBD
3#719AC5
4#85A8CD
5#9AB7D6
6#AEC5DE
7#C2D4E6
8#D6E2EE
9#EBF1F7
Tones
Muted variations
1#466F9B
2#4B6F96
3#4F6F91
4#546F8C
5#596F88
6#5D7083
7#62707E
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 | ACC4 #ACC4DD | BordersInactive statesPlaceholder text |
| 400 | 80A5 #80A5CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8B #5C8BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416F #416F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3458 #34587F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253F #253F5B | 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: #ACC4DD;
--steel-blue-400: #80A5CB;
--steel-blue-500: #5C8BBC;
--steel-blue-600: #416F9F;
--steel-blue-700: #34587F;
--steel-blue-800: #253F5B;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}