Steel Blue
#417A9F
BlueColor Codes
All color formats for development
HEX
#417A9FRGB
rgb(65, 122, 159)HSL
hsl(204, 42%, 44%)OKLCH
oklch(0.557 0.083 239.1)CMYK
cmyk(59%, 23%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6D8F
2#34617F
3#2E5570
4#274960
5#213D50
6#1A3140
7#142430
8#0D1820
9#070C10
Tints
Lighter variations
1#4989B4
2#5D96BD
3#71A3C5
4#85B1CD
5#9ABED6
6#AECBDE
7#C2D8E6
8#D6E5EE
9#EBF2F7
Tones
Muted variations
1#46799B
2#4B7896
3#4F7791
4#54768C
5#597588
6#5D7483
7#62737E
8#67727A
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC9 #ACC9DD | BordersInactive statesPlaceholder text |
| 400 | 80AD #80ADCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C96 #5C96BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417A #417A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3461 #34617F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2545 #25455B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6EFF5;
--steel-blue-200: #D0E1EC;
--steel-blue-300: #ACC9DD;
--steel-blue-400: #80ADCB;
--steel-blue-500: #5C96BC;
--steel-blue-600: #417A9F;
--steel-blue-700: #34617F;
--steel-blue-800: #25455B;
--steel-blue-900: #182C3A;
--steel-blue-950: #0F1C24;
}