Steel Blue
#417E9F
BlueColor Codes
All color formats for development
HEX
#417E9FRGB
rgb(65, 126, 159)HSL
hsl(201, 42%, 44%)OKLCH
oklch(0.566 0.081 234.4)CMYK
cmyk(59%, 21%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B728F
2#34657F
3#2E5870
4#274C60
5#213F50
6#1A3340
7#142630
8#0D1920
9#070D10
Tints
Lighter variations
1#498EB4
2#5D9BBD
3#71A8C5
4#85B4CD
5#9AC1D6
6#AECDDE
7#C2DAE6
8#D6E6EE
9#EBF3F7
Tones
Muted variations
1#467D9B
2#4B7C96
3#4F7A91
4#54798C
5#597788
6#5D7683
7#62747E
8#67737A
9#6B7275
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 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCC #ACCCDD | BordersInactive statesPlaceholder text |
| 400 | 80B1 #80B1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9B #5C9BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417E #417E9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3464 #34647F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2548 #25485B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | 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: #D0E2EC;
--steel-blue-300: #ACCCDD;
--steel-blue-400: #80B1CB;
--steel-blue-500: #5C9BBC;
--steel-blue-600: #417E9F;
--steel-blue-700: #34647F;
--steel-blue-800: #25485B;
--steel-blue-900: #182E3A;
--steel-blue-950: #0F1D24;
}