Steel Blue
#416A9F
BlueColor Codes
All color formats for development
HEX
#416A9FRGB
rgb(65, 106, 159)HSL
hsl(214, 42%, 44%)OKLCH
oklch(0.519 0.096 255.4)CMYK
cmyk(59%, 33%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5F8F
2#34557F
3#2E4A70
4#274060
5#213550
6#1A2A40
7#142030
8#0D1520
9#070B10
Tints
Lighter variations
1#4977B4
2#5D86BD
3#7195C5
4#85A5CD
5#9AB4D6
6#AEC3DE
7#C2D2E6
8#D6E1EE
9#EBF0F7
Tones
Muted variations
1#466B9B
2#4B6B96
3#4F6C91
4#546C8C
5#596D88
6#5D6E83
7#626E7E
8#676F7A
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DD | BordersInactive statesPlaceholder text |
| 400 | 80A1 #80A1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C86 #5C86BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416A #416A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3454 #34547F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253C #253C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E6ECF5;
--steel-blue-200: #D0DCEC;
--steel-blue-300: #ACC1DD;
--steel-blue-400: #80A1CB;
--steel-blue-500: #5C86BC;
--steel-blue-600: #416A9F;
--steel-blue-700: #34547F;
--steel-blue-800: #253C5B;
--steel-blue-900: #18273A;
--steel-blue-950: #0F1824;
}