Steel Blue
#417D9F
BlueColor Codes
All color formats for development
HEX
#417D9FRGB
rgb(65, 125, 159)HSL
hsl(202, 42%, 44%)OKLCH
oklch(0.564 0.082 235.6)CMYK
cmyk(59%, 21%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B708F
2#34647F
3#2E5770
4#274B60
5#213E50
6#1A3240
7#142530
8#0D1920
9#070C10
Tints
Lighter variations
1#498DB4
2#5D9ABD
3#71A6C5
4#85B3CD
5#9AC0D6
6#AECCDE
7#C2D9E6
8#D6E6EE
9#EBF2F7
Tones
Muted variations
1#467C9B
2#4B7A96
3#4F7991
4#54788C
5#597688
6#5D7583
7#62747E
8#67737A
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 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCB #ACCBDD | BordersInactive statesPlaceholder text |
| 400 | 80B0 #80B0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C99 #5C99BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417D #417D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3463 #34637F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2547 #25475B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D3A | 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: #D0E2EC;
--steel-blue-300: #ACCBDD;
--steel-blue-400: #80B0CB;
--steel-blue-500: #5C99BC;
--steel-blue-600: #417D9F;
--steel-blue-700: #34637F;
--steel-blue-800: #25475B;
--steel-blue-900: #182D3A;
--steel-blue-950: #0F1C24;
}